Html Css Color HEX #AAB81D Bahia

📋 copy color: '#AAB81D'

red 170 ◦ green 184 ◦ blue 29

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

Shades of Bahia #AAB81D

Tints of Bahia #AAB81D

RGB

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

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

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

R = 44.39%
G = 48.04%
B = 7.57%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.84

 K value IS 0.28

RGB Variations

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

Color information

#AAB81D (or 0xAAB81D) is known color: Bahia. HEX triplet: AA, B8 and 1D. RGB value is (170,184,29). Sum of RGB (Red+Green+Blue) = 170+184+29=383 (50% of max value = 765). Red value is 170 (66.80% from 255 or 44.39% from 383); Green value is 184 (72.27% from 255 or 48.04% from 383); Blue value is 29 (11.72% from 255 or 7.57% from 383); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB81D is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB81D is #5547E2. Grayscale: #A2A2A2. Windows color (decimal): -5588963 or 1947818. OLE color: 1947818.

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

Color convert

RGB 170 184 29 -
CMYK 0.08 0 0.84 0.28
HSL 65.42º 0.73% 0.42% -
HSV(B) 65.42º 0.84% 0.72% -
XYZ 33.94 42.92 7.66 -
YUV 162.14 52.86 133.6 -
System Red Green Blue C M Y K H S L
Decimal 170 184 29 0.08 0 0.84 0.28 65.42 0.73 0.42
Hex AA B8 1D 8 0 54 1C 41 49 2A
Octal 252 270 35 10 0 124 34 101 111 52
Binary 10101010 10111000 11101 1000 0 1010100 11100 1000001 1001001 101010

Color Harmonies of #AAB81D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB81D

Black with #AAB81D

Text Example


Text Example

White with #AAB81D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB81D; }

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

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

background-color css

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

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

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

border-color css

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

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

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