Html Css Color HEX #AAB817 Bahia

📋 copy color: '#AAB817'

red 170 ◦ green 184 ◦ blue 23

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

Shades of Bahia #AAB817

Tints of Bahia #AAB817

RGB

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

 GREEN value IS 184 (72.27% from 255) = 48.81%

 BLUE value IS 23 (9.38% from 255) = 6.1%

R = 45.09%
G = 48.81%
B = 6.1%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.88

 K value IS 0.28

RGB Variations

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

Color information

#AAB817 (or 0xAAB817) is known color: Bahia. HEX triplet: AA, B8 and 17. RGB value is (170,184,23). Sum of RGB (Red+Green+Blue) = 170+184+23=377 (49% of max value = 765). Red value is 170 (66.80% from 255 or 45.09% from 377); Green value is 184 (72.27% from 255 or 48.81% from 377); Blue value is 23 (9.38% from 255 or 6.10% from 377); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB817 is not a web safe color. Web safe color analog (approx): #99CC00. Inversed color of #AAB817 is #5547E8. Grayscale: #A2A2A2. Windows color (decimal): -5588969 or 1554602. OLE color: 1554602.

HSL color Cylindrical-coordinate representation of color #AAB817: hue angle of 65.22º degrees, saturation: 0.78, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AAB817 is Cyan = 0.08, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.28.

Color convert

RGB 170 184 23 -
CMYK 0.08 0 0.88 0.28
HSL 65.22º 0.78% 0.41% -
HSV(B) 65.22º 0.88% 0.72% -
XYZ 33.87 42.89 7.3 -
YUV 161.46 49.86 134.09 -
System Red Green Blue C M Y K H S L
Decimal 170 184 23 0.08 0 0.88 0.28 65.22 0.78 0.41
Hex AA B8 17 8 0 58 1C 41 4E 29
Octal 252 270 27 10 0 130 34 101 116 51
Binary 10101010 10111000 10111 1000 0 1011000 11100 1000001 1001110 101001

Color Harmonies of #AAB817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB817

Black with #AAB817

Text Example


Text Example

White with #AAB817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB817; }

 p { color: rgb(170,184,23); }

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

background-color css

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

 a { background-color: rgb(170,184,23); }

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

border-color css

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

 span { border-color: rgb(170,184,23); }

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