Html Css Color HEX #AAB82C Bahia

📋 copy color: '#AAB82C'

red 170 ◦ green 184 ◦ blue 44

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

Shades of Bahia #AAB82C

Tints of Bahia #AAB82C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 11.06%

R = 42.71%
G = 46.23%
B = 11.06%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.76

 K value IS 0.28

RGB Variations

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

Color information

#AAB82C (or 0xAAB82C) is known color: Bahia. HEX triplet: AA, B8 and 2C. RGB value is (170,184,44). Sum of RGB (Red+Green+Blue) = 170+184+44=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 184 (72.27% from 255 or 46.23% from 398); Blue value is 44 (17.58% from 255 or 11.06% from 398); Max value from RGB is 184 - color contains mainly: green. Hex color #AAB82C is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB82C is #5547D3. Grayscale: #A4A4A4. Windows color (decimal): -5588948 or 2930858. OLE color: 2930858.

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

Color convert

RGB 170 184 44 -
CMYK 0.08 0 0.76 0.28
HSL 66º 0.61% 0.45% -
HSV(B) 66º 0.76% 0.72% -
XYZ 34.17 43.01 8.88 -
YUV 163.85 60.36 132.38 -
System Red Green Blue C M Y K H S L
Decimal 170 184 44 0.08 0 0.76 0.28 66 0.61 0.45
Hex AA B8 2C 8 0 4C 1C 42 3D 2D
Octal 252 270 54 10 0 114 34 102 75 55
Binary 10101010 10111000 101100 1000 0 1001100 11100 1000010 111101 101101

Color Harmonies of #AAB82C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB82C

Black with #AAB82C

Text Example


Text Example

White with #AAB82C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB82C; }

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

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

background-color css

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

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

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

border-color css

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

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

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