Html Css Color HEX #AAB62B Bahia

📋 copy color: '#AAB62B'

red 170 ◦ green 182 ◦ blue 43

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

Shades of Bahia #AAB62B

Tints of Bahia #AAB62B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 10.89%

R = 43.04%
G = 46.08%
B = 10.89%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.76

 K value IS 0.29

RGB Variations

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

Color information

#AAB62B (or 0xAAB62B) is known color: Bahia. HEX triplet: AA, B6 and 2B. RGB value is (170,182,43). Sum of RGB (Red+Green+Blue) = 170+182+43=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 182 (71.48% from 255 or 46.08% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 182 - color contains mainly: green. Hex color #AAB62B is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #AAB62B is #5549D4. Grayscale: #A3A3A3. Windows color (decimal): -5589461 or 2864810. OLE color: 2864810.

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

Color convert

RGB 170 182 43 -
CMYK 0.07 0 0.76 0.29
HSL 65.18º 0.62% 0.44% -
HSV(B) 65.18º 0.76% 0.71% -
XYZ 33.74 42.18 8.65 -
YUV 162.57 60.52 133.3 -
System Red Green Blue C M Y K H S L
Decimal 170 182 43 0.07 0 0.76 0.29 65.18 0.62 0.44
Hex AA B6 2B 7 0 4C 1D 41 3E 2C
Octal 252 266 53 7 0 114 35 101 76 54
Binary 10101010 10110110 101011 111 0 1001100 11101 1000001 111110 101100

Color Harmonies of #AAB62B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAB62B

Black with #AAB62B

Text Example


Text Example

White with #AAB62B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAB62B; }

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

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

background-color css

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

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

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

border-color css

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

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

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