Html Css Color HEX #AAB42E Bahia

📋 copy color: '#AAB42E'

red 170 ◦ green 180 ◦ blue 46

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

Shades of Bahia #AAB42E

Tints of Bahia #AAB42E

RGB

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

 GREEN value IS 180 (70.7% from 255) = 45.45%

 BLUE value IS 46 (18.36% from 255) = 11.62%

R = 42.93%
G = 45.45%
B = 11.62%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.74

 K value IS 0.29

RGB Variations

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

Color information

#AAB42E (or 0xAAB42E) is known color: Bahia. HEX triplet: AA, B4 and 2E. RGB value is (170,180,46). Sum of RGB (Red+Green+Blue) = 170+180+46=396 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.93% from 396); Green value is 180 (70.70% from 255 or 45.45% from 396); Blue value is 46 (18.36% from 255 or 11.62% from 396); Max value from RGB is 180 - color contains mainly: green. Hex color #AAB42E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB42E is #554BD1. Grayscale: #A2A2A2. Windows color (decimal): -5589970 or 3060906. OLE color: 3060906.

HSL color Cylindrical-coordinate representation of color #AAB42E: hue angle of 64.48º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AAB42E is Cyan = 0.06, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 180 46 -
CMYK 0.06 0 0.74 0.29
HSL 64.48º 0.59% 0.44% -
HSV(B) 64.48º 0.74% 0.71% -
XYZ 33.39 41.39 8.81 -
YUV 161.73 62.69 133.9 -
System Red Green Blue C M Y K H S L
Decimal 170 180 46 0.06 0 0.74 0.29 64.48 0.59 0.44
Hex AA B4 2E 6 0 4A 1D 40 3B 2C
Octal 252 264 56 6 0 112 35 100 73 54
Binary 10101010 10110100 101110 110 0 1001010 11101 1000000 111011 101100

Color Harmonies of #AAB42E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB42E

Black with #AAB42E

Text Example


Text Example

White with #AAB42E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB42E; }

 p { color: rgb(170,180,46); }

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

background-color css

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

 a { background-color: rgb(170,180,46); }

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

border-color css

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

 span { border-color: rgb(170,180,46); }

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