Html Css Color HEX #AACB09 Bahia

📋 copy color: '#AACB09'

red 170 ◦ green 203 ◦ blue 9

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

Shades of Bahia #AACB09

Tints of Bahia #AACB09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 2.36%

R = 44.5%
G = 53.14%
B = 2.36%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.96

 K value IS 0.20

RGB Variations

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

Color information

#AACB09 (or 0xAACB09) is known color: Bahia. HEX triplet: AA, CB and 09. RGB value is (170,203,9). Sum of RGB (Red+Green+Blue) = 170+203+9=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 203 (79.69% from 255 or 53.14% from 382); Blue value is 9 (3.91% from 255 or 2.36% from 382); Max value from RGB is 203 - color contains mainly: green. Hex color #AACB09 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AACB09 is #5534F6. Grayscale: #ABABAB. Windows color (decimal): -5584119 or 641962. OLE color: 641962.

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

Color convert

RGB 170 203 9 -
CMYK 0.16 0 0.96 0.20
HSL 70.21º 0.92% 0.42% -
HSV(B) 70.21º 0.96% 0.8% -
XYZ 37.98 51.28 8.15 -
YUV 171.02 36.57 127.27 -
System Red Green Blue C M Y K H S L
Decimal 170 203 9 0.16 0 0.96 0.20 70.21 0.92 0.42
Hex AA CB 9 10 0 60 14 46 5C 2A
Octal 252 313 11 20 0 140 24 106 134 52
Binary 10101010 11001011 1001 10000 0 1100000 10100 1000110 1011100 101010

Color Harmonies of #AACB09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AACB09

Black with #AACB09

Text Example


Text Example

White with #AACB09

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AACB09; }

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

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

background-color css

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

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

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

border-color css

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

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

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