Html Css Color HEX #AAC90B Bahia

📋 copy color: '#AAC90B'

red 170 ◦ green 201 ◦ blue 11

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

Shades of Bahia #AAC90B

Tints of Bahia #AAC90B

RGB

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

 GREEN value IS 201 (78.91% from 255) = 52.62%

 BLUE value IS 11 (4.69% from 255) = 2.88%

R = 44.5%
G = 52.62%
B = 2.88%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.95

 K value IS 0.21

RGB Variations

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

Color information

#AAC90B (or 0xAAC90B) is known color: Bahia. HEX triplet: AA, C9 and 0B. RGB value is (170,201,11). Sum of RGB (Red+Green+Blue) = 170+201+11=382 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.50% from 382); Green value is 201 (78.91% from 255 or 52.62% from 382); Blue value is 11 (4.69% from 255 or 2.88% from 382); Max value from RGB is 201 - color contains mainly: green. Hex color #AAC90B is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAC90B is #5536F4. Grayscale: #AAAAAA. Windows color (decimal): -5584629 or 772522. OLE color: 772522.

HSL color Cylindrical-coordinate representation of color #AAC90B: hue angle of 69.79º degrees, saturation: 0.9, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #AAC90B is Cyan = 0.15, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.21.

Color convert

RGB 170 201 11 -
CMYK 0.15 0 0.95 0.21
HSL 69.79º 0.9% 0.42% -
HSV(B) 69.79º 0.95% 0.79% -
XYZ 37.52 50.34 8.06 -
YUV 170.07 38.23 127.95 -
System Red Green Blue C M Y K H S L
Decimal 170 201 11 0.15 0 0.95 0.21 69.79 0.9 0.42
Hex AA C9 B F 0 5F 15 46 5A 2A
Octal 252 311 13 17 0 137 25 106 132 52
Binary 10101010 11001001 1011 1111 0 1011111 10101 1000110 1011010 101010

Color Harmonies of #AAC90B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAC90B

Black with #AAC90B

Text Example


Text Example

White with #AAC90B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAC90B; }

 p { color: rgb(170,201,11); }

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

background-color css

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

 a { background-color: rgb(170,201,11); }

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

border-color css

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

 span { border-color: rgb(170,201,11); }

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