Html Css Color HEX #B6AA1C Earls Green

📋 copy color: '#B6AA1C'

red 182 ◦ green 170 ◦ blue 28

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

Shades of Earls Green #B6AA1C

Tints of Earls Green #B6AA1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 7.37%

R = 47.89%
G = 44.74%
B = 7.37%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.85

 K value IS 0.29

RGB Variations

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

Color information

#B6AA1C (or 0xB6AA1C) is known color: Earls Green. HEX triplet: B6, AA and 1C. RGB value is (182,170,28). Sum of RGB (Red+Green+Blue) = 182+170+28=380 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.89% from 380); Green value is 170 (66.80% from 255 or 44.74% from 380); Blue value is 28 (11.33% from 255 or 7.37% from 380); Max value from RGB is 182 - color contains mainly: red. Hex color #B6AA1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6AA1C is #4955E3. Grayscale: #9D9D9D. Windows color (decimal): -4806116 or 1878710. OLE color: 1878710.

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

Color convert

RGB 182 170 28 -
CMYK 0 0.07 0.85 0.29
HSL 55.32º 0.73% 0.41% -
HSV(B) 55.32º 0.85% 0.71% -
XYZ 33.88 38.78 6.8 -
YUV 157.4 54.98 145.55 -
System Red Green Blue C M Y K H S L
Decimal 182 170 28 0 0.07 0.85 0.29 55.32 0.73 0.41
Hex B6 AA 1C 0 7 55 1D 37 49 29
Octal 266 252 34 0 7 125 35 67 111 51
Binary 10110110 10101010 11100 0 111 1010101 11101 110111 1001001 101001

Color Harmonies of #B6AA1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6AA1C

Black with #B6AA1C

Text Example


Text Example

White with #B6AA1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6AA1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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