Html Css Color HEX #AAB01B Bahia

📋 copy color: '#AAB01B'

red 170 ◦ green 176 ◦ blue 27

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

Shades of Bahia #AAB01B

Tints of Bahia #AAB01B

RGB

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

 GREEN value IS 176 (69.14% from 255) = 47.18%

 BLUE value IS 27 (10.94% from 255) = 7.24%

R = 45.58%
G = 47.18%
B = 7.24%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.85

 K value IS 0.31

RGB Variations

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

Color information

#AAB01B (or 0xAAB01B) is known color: Bahia. HEX triplet: AA, B0 and 1B. RGB value is (170,176,27). Sum of RGB (Red+Green+Blue) = 170+176+27=373 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.58% from 373); Green value is 176 (69.14% from 255 or 47.18% from 373); Blue value is 27 (10.94% from 255 or 7.24% from 373); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB01B is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AAB01B is #554FE4. Grayscale: #9D9D9D. Windows color (decimal): -5591013 or 1814698. OLE color: 1814698.

HSL color Cylindrical-coordinate representation of color #AAB01B: hue angle of 62.42º degrees, saturation: 0.73, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AAB01B is Cyan = 0.03, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.31.

Color convert

RGB 170 176 27 -
CMYK 0.03 0 0.85 0.31
HSL 62.42º 0.73% 0.4% -
HSV(B) 62.42º 0.85% 0.69% -
XYZ 32.3 39.68 6.99 -
YUV 157.22 54.51 137.12 -
System Red Green Blue C M Y K H S L
Decimal 170 176 27 0.03 0 0.85 0.31 62.42 0.73 0.4
Hex AA B0 1B 3 0 55 1F 3E 49 28
Octal 252 260 33 3 0 125 37 76 111 50
Binary 10101010 10110000 11011 11 0 1010101 11111 111110 1001001 101000

Color Harmonies of #AAB01B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB01B

Black with #AAB01B

Text Example


Text Example

White with #AAB01B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB01B; }

 p { color: rgb(170,176,27); }

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

background-color css

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

 a { background-color: rgb(170,176,27); }

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

border-color css

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

 span { border-color: rgb(170,176,27); }

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