Html Css Color HEX #AACB13 Bahia

📋 copy color: '#AACB13'

red 170 ◦ green 203 ◦ blue 19

#AACB13
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bahia #AACB13

Tints of Bahia #AACB13

RGB

 RED value IS 170 (66.8% from 255) = 43.37%

 GREEN value IS 203 (79.69% from 255) = 51.79%

 BLUE value IS 19 (7.81% from 255) = 4.85%

R = 43.37%
G = 51.79%
B = 4.85%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.91

 K value IS 0.20

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#AACB13 (or 0xAACB13) is known color: Bahia. HEX triplet: AA, CB and 13. RGB value is (170,203,19). Sum of RGB (Red+Green+Blue) = 170+203+19=392 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.37% from 392); Green value is 203 (79.69% from 255 or 51.79% from 392); Blue value is 19 (7.81% from 255 or 4.85% from 392); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB13 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB13 is #5534EC. Grayscale: #ACACAC. Windows color (decimal): -5584109 or 1297322. OLE color: 1297322.

HSL color Cylindrical-coordinate representation of color #AACB13: hue angle of 70.76º degrees, saturation: 0.83, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #AACB13 is Cyan = 0.16, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.20.

Color convert

RGB 170 203 19 -
CMYK 0.16 0 0.91 0.20
HSL 70.76º 0.83% 0.44% -
HSV(B) 70.76º 0.91% 0.8% -
XYZ 38.05 51.3 8.51 -
YUV 172.16 41.57 126.46 -
System Red Green Blue C M Y K H S L
Decimal 170 203 19 0.16 0 0.91 0.20 70.76 0.83 0.44
Hex AA CB 13 10 0 5B 14 47 53 2C
Octal 252 313 23 20 0 133 24 107 123 54
Binary 10101010 11001011 10011 10000 0 1011011 10100 1000111 1010011 101100

Color Harmonies of #AACB13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB13

Black with #AACB13

Text Example


Text Example

White with #AACB13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB13; }

 p { color: rgb(170,203,19); }

 H1.HeaderClassName
 {
   color: #AACB13;
 }
 .AnyTagClassName
 {
   color: #AACB13;
 }
</style>

background-color css

<style>
 a { background-color: #AACB13; }

 a { background-color: rgb(170,203,19); }

 div.DivClassName
 {
   background-color: #AACB13;
 }
 .BgClassName
 {
   background-color: #AACB13;
 }
</style>

border-color css

<style>
 span { border-color: #AACB13; }

 span { border-color: rgb(170,203,19); }

 td.TdClassName
 {
   border-color: #AACB13;
 }
 .TagClassName
 {
   border-color: #AACB13;
 }
</style>