Html Css Color HEX #AAB91D Bahia

📋 copy color: '#AAB91D'

red 170 ◦ green 185 ◦ blue 29

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

Shades of Bahia #AAB91D

Tints of Bahia #AAB91D

RGB

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

 GREEN value IS 185 (72.66% from 255) = 48.18%

 BLUE value IS 29 (11.72% from 255) = 7.55%

R = 44.27%
G = 48.18%
B = 7.55%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#AAB91D (or 0xAAB91D) is known color: Bahia. HEX triplet: AA, B9 and 1D. RGB value is (170,185,29). Sum of RGB (Red+Green+Blue) = 170+185+29=384 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.27% from 384); Green value is 185 (72.66% from 255 or 48.18% from 384); Blue value is 29 (11.72% from 255 or 7.55% from 384); Max value from RGB is 185 - color contains mainly: green. Hex color #AAB91D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB91D is #5546E2. Grayscale: #A3A3A3. Windows color (decimal): -5588707 or 1948074. OLE color: 1948074.

HSL color Cylindrical-coordinate representation of color #AAB91D: hue angle of 65.77º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #AAB91D is Cyan = 0.08, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.27.

Color convert

RGB 170 185 29 -
CMYK 0.08 0 0.84 0.27
HSL 65.77º 0.73% 0.42% -
HSV(B) 65.77º 0.84% 0.73% -
XYZ 34.15 43.33 7.73 -
YUV 162.73 52.53 133.18 -
System Red Green Blue C M Y K H S L
Decimal 170 185 29 0.08 0 0.84 0.27 65.77 0.73 0.42
Hex AA B9 1D 8 0 54 1B 42 49 2A
Octal 252 271 35 10 0 124 33 102 111 52
Binary 10101010 10111001 11101 1000 0 1010100 11011 1000010 1001001 101010

Color Harmonies of #AAB91D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB91D

Black with #AAB91D

Text Example


Text Example

White with #AAB91D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB91D; }

 p { color: rgb(170,185,29); }

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

background-color css

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

 a { background-color: rgb(170,185,29); }

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

border-color css

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

 span { border-color: rgb(170,185,29); }

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