#b6b125

Color #B6B125 Earls Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Earls Green #B6B125

Tints of Earls Green #B6B125

Color information

#B6B125 (or 0xB6B125) is unknown color: approx Earls Green. HEX triplet: B6, B1 and 25. RGB value is (182,177,37). Sum of RGB (Red+Green+Blue) = 182+177+37=396 (52% of max value = 765). Red value is 182 (71.48% from 255 or 45.96% from 396); Green value is 177 (69.53% from 255 or 44.70% from 396); Blue value is 37 (14.84% from 255 or 9.34% from 396); Max value from RGB is 182 - color contains mainly: red. Hex color #B6B125 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B6B125 is #494EDA. Grayscale: #A3A3A3. Windows color (decimal): -4804315 or 2470326. OLE color: 2470326.

HSL color Cylindrical-coordinate representation of color #B6B125: hue angle of 57.93º 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 #B6B125 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB18217737-
CMYK00.030.800.29
HSL57.93º66.21%42.94%-
HSV(B)57.93º79.67%71.37%-
XYZ35.3541.527.9-
YUV162.5457.16141.88-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 45.96%
GREEN value IS 177 (69.53% from 255) = 44.70%
BLUE value IS 37 (14.84% from 255) = 9.34%
R=45.96%
G=44.70%
B=9.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1821773700.030.800.2957.9366.2142.94
HexB6B12503501D3a422b
Octal2662614503120357210253
Binary10110110101100011001010111010000111011110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b6b125

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b6b125; }

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

 H1.HeaderClassName
 {
   color: #b6b125;
 }
 .AnyTagClassName
 {
   color: #b6b125;
 }
</style>
background-color css

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

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

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

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

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

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