Html Css Color HEX #B6AA32 Earls Green

📋 copy color: '#B6AA32'

red 182 ◦ green 170 ◦ blue 50

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

Shades of Earls Green #B6AA32

Tints of Earls Green #B6AA32

RGB

 RED value IS 182 (71.48% from 255) = 45.27%

 GREEN value IS 170 (66.8% from 255) = 42.29%

 BLUE value IS 50 (19.92% from 255) = 12.44%

R = 45.27%
G = 42.29%
B = 12.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.73

 K value IS 0.29

RGB Variations

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

Color information

#B6AA32 (or 0xB6AA32) is known color: Earls Green. HEX triplet: B6, AA and 32. RGB value is (182,170,50). Sum of RGB (Red+Green+Blue) = 182+170+50=402 (53% of max value = 765). Red value is 182 (71.48% from 255 or 45.27% from 402); Green value is 170 (66.80% from 255 or 42.29% from 402); Blue value is 50 (19.92% from 255 or 12.44% from 402); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA32 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA32 is #4955CD. Grayscale: #A0A0A0. Windows color (decimal): -4806094 or 3320502. OLE color: 3320502.

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

Color convert

RGB 182 170 50 -
CMYK 0 0.07 0.73 0.29
HSL 54.55º 0.57% 0.45% -
HSV(B) 54.55º 0.73% 0.71% -
XYZ 34.24 38.92 8.73 -
YUV 159.91 65.98 143.76 -
System Red Green Blue C M Y K H S L
Decimal 182 170 50 0 0.07 0.73 0.29 54.55 0.57 0.45
Hex B6 AA 32 0 7 49 1D 37 39 2D
Octal 266 252 62 0 7 111 35 67 71 55
Binary 10110110 10101010 110010 0 111 1001001 11101 110111 111001 101101

Color Harmonies of #B6AA32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA32

Black with #B6AA32

Text Example


Text Example

White with #B6AA32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA32; }

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

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

background-color css

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

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

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

border-color css

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

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

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