Html Css Color HEX #AAB62E Bahia

📋 copy color: '#AAB62E'

red 170 ◦ green 182 ◦ blue 46

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

Shades of Bahia #AAB62E

Tints of Bahia #AAB62E

RGB

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

 GREEN value IS 182 (71.48% from 255) = 45.73%

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

R = 42.71%
G = 45.73%
B = 11.56%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.75

 K value IS 0.29

RGB Variations

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

Color information

#AAB62E (or 0xAAB62E) is known color: Bahia. HEX triplet: AA, B6 and 2E. RGB value is (170,182,46). Sum of RGB (Red+Green+Blue) = 170+182+46=398 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.71% from 398); Green value is 182 (71.48% from 255 or 45.73% from 398); Blue value is 46 (18.36% from 255 or 11.56% from 398); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB62E is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB62E is #5549D1. Grayscale: #A3A3A3. Windows color (decimal): -5589458 or 3061418. OLE color: 3061418.

HSL color Cylindrical-coordinate representation of color #AAB62E: hue angle of 65.29º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AAB62E is Cyan = 0.07, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.29.

Color convert

RGB 170 182 46 -
CMYK 0.07 0 0.75 0.29
HSL 65.29º 0.6% 0.45% -
HSV(B) 65.29º 0.75% 0.71% -
XYZ 33.8 42.2 8.95 -
YUV 162.91 62.02 133.06 -
System Red Green Blue C M Y K H S L
Decimal 170 182 46 0.07 0 0.75 0.29 65.29 0.6 0.45
Hex AA B6 2E 7 0 4B 1D 41 3C 2D
Octal 252 266 56 7 0 113 35 101 74 55
Binary 10101010 10110110 101110 111 0 1001011 11101 1000001 111100 101101

Color Harmonies of #AAB62E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB62E

Black with #AAB62E

Text Example


Text Example

White with #AAB62E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB62E; }

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

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

background-color css

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

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

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

border-color css

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

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

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