Html Css Color HEX #AAB018 Bahia

📋 copy color: '#AAB018'

red 170 ◦ green 176 ◦ blue 24

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

Shades of Bahia #AAB018

Tints of Bahia #AAB018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.49%

R = 45.95%
G = 47.57%
B = 6.49%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.86

 K value IS 0.31

RGB Variations

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

Color information

#AAB018 (or 0xAAB018) is known color: Bahia. HEX triplet: AA, B0 and 18. RGB value is (170,176,24). Sum of RGB (Red+Green+Blue) = 170+176+24=370 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.95% from 370); Green value is 176 (69.14% from 255 or 47.57% from 370); Blue value is 24 (9.77% from 255 or 6.49% from 370); Max value from RGB is 176 - color contains mainly: green. Hex color #AAB018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AAB018 is #554FE7. Grayscale: #9D9D9D. Windows color (decimal): -5591016 or 1618090. OLE color: 1618090.

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

Color convert

RGB 170 176 24 -
CMYK 0.03 0 0.86 0.31
HSL 62.37º 0.76% 0.39% -
HSV(B) 62.37º 0.86% 0.69% -
XYZ 32.27 39.66 6.82 -
YUV 156.88 53.01 137.36 -
System Red Green Blue C M Y K H S L
Decimal 170 176 24 0.03 0 0.86 0.31 62.37 0.76 0.39
Hex AA B0 18 3 0 56 1F 3E 4C 27
Octal 252 260 30 3 0 126 37 76 114 47
Binary 10101010 10110000 11000 11 0 1010110 11111 111110 1001100 100111

Color Harmonies of #AAB018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB018

Black with #AAB018

Text Example


Text Example

White with #AAB018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB018; }

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

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

background-color css

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

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

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

border-color css

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

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

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