Html Css Color HEX #AAB71C Bahia

📋 copy color: '#AAB71C'

red 170 ◦ green 183 ◦ blue 28

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

Shades of Bahia #AAB71C

Tints of Bahia #AAB71C

RGB

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

 GREEN value IS 183 (71.88% from 255) = 48.03%

 BLUE value IS 28 (11.33% from 255) = 7.35%

R = 44.62%
G = 48.03%
B = 7.35%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.85

 K value IS 0.28

RGB Variations

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

Color information

#AAB71C (or 0xAAB71C) is known color: Bahia. HEX triplet: AA, B7 and 1C. RGB value is (170,183,28). Sum of RGB (Red+Green+Blue) = 170+183+28=381 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.62% from 381); Green value is 183 (71.88% from 255 or 48.03% from 381); Blue value is 28 (11.33% from 255 or 7.35% from 381); Max value from RGB is 183 - color contains mainly: green. Hex color #AAB71C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB71C is #5548E3. Grayscale: #A2A2A2. Windows color (decimal): -5589220 or 1882026. OLE color: 1882026.

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

Color convert

RGB 170 183 28 -
CMYK 0.07 0 0.85 0.28
HSL 65.03º 0.73% 0.41% -
HSV(B) 65.03º 0.85% 0.72% -
XYZ 33.72 42.5 7.52 -
YUV 161.44 52.69 134.1 -
System Red Green Blue C M Y K H S L
Decimal 170 183 28 0.07 0 0.85 0.28 65.03 0.73 0.41
Hex AA B7 1C 7 0 55 1C 41 49 29
Octal 252 267 34 7 0 125 34 101 111 51
Binary 10101010 10110111 11100 111 0 1010101 11100 1000001 1001001 101001

Color Harmonies of #AAB71C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB71C

Black with #AAB71C

Text Example


Text Example

White with #AAB71C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB71C; }

 p { color: rgb(170,183,28); }

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

background-color css

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

 a { background-color: rgb(170,183,28); }

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

border-color css

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

 span { border-color: rgb(170,183,28); }

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