Html Css Color HEX #B6A625 Earls Green

📋 copy color: '#B6A625'

red 182 ◦ green 166 ◦ blue 37

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

Shades of Earls Green #B6A625

Tints of Earls Green #B6A625

RGB

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

 GREEN value IS 166 (65.23% from 255) = 43.12%

 BLUE value IS 37 (14.84% from 255) = 9.61%

R = 47.27%
G = 43.12%
B = 9.61%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#B6A625 (or 0xB6A625) is known color: Earls Green. HEX triplet: B6, A6 and 25. RGB value is (182,166,37). Sum of RGB (Red+Green+Blue) = 182+166+37=385 (50% of max value = 765). Red value is 182 (71.48% from 255 or 47.27% from 385); Green value is 166 (65.23% from 255 or 43.12% from 385); Blue value is 37 (14.84% from 255 or 9.61% from 385); Max value from RGB is 182 - color contains mainly: red. Hex color #B6A625 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6A625 is #4959DA. Grayscale: #9C9C9C. Windows color (decimal): -4807131 or 2467510. OLE color: 2467510.

HSL color Cylindrical-coordinate representation of color #B6A625: hue angle of 53.38º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B6A625 is Cyan = 0, Magento = 0.09, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 182 166 37 -
CMYK 0 0.09 0.80 0.29
HSL 53.38º 0.66% 0.43% -
HSV(B) 53.38º 0.8% 0.71% -
XYZ 33.26 37.35 7.21 -
YUV 156.08 60.8 146.49 -
System Red Green Blue C M Y K H S L
Decimal 182 166 37 0 0.09 0.80 0.29 53.38 0.66 0.43
Hex B6 A6 25 0 9 50 1D 35 42 2B
Octal 266 246 45 0 11 120 35 65 102 53
Binary 10110110 10100110 100101 0 1001 1010000 11101 110101 1000010 101011

Color Harmonies of #B6A625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6A625

Black with #B6A625

Text Example


Text Example

White with #B6A625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6A625; }

 p { color: rgb(182,166,37); }

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

background-color css

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

 a { background-color: rgb(182,166,37); }

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

border-color css

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

 span { border-color: rgb(182,166,37); }

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