#B6B72D

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

Shades of Earls Green #B6B72D

Tints of Earls Green #B6B72D

Color information

#B6B72D (or 0xB6B72D) is unknown color: approx Earls Green. HEX triplet: B6, B7 and 2D. RGB value is (182,183,45). Sum of RGB (Red+Green+Blue) = 182+183+45=410 (54% of max value = 765). Red value is 182 (71.48% from 255 or 44.39% from 410); Green value is 183 (71.88% from 255 or 44.63% from 410); Blue value is 45 (17.97% from 255 or 10.98% from 410); Max value from RGB is 183 - color contains mainly: green. Hex color #B6B72D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B6B72D is #4948D2. Grayscale: #A7A7A7. Windows color (decimal): -4802771 or 2996150. OLE color: 2996150.

HSL color Cylindrical-coordinate representation of color #B6B72D: hue angle of 60.43º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #B6B72D is Cyan = 0.01, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.28.

Color convert

RGB18218345-
CMYK0.0100.750.28
HSL60.43º60.53%44.71%-
HSV(B)60.43º75.41%71.76%-
XYZ36.7449.04-
YUV166.9759.17138.72-

RGB Variations

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

RGB

RED value IS 182 (71.48% from 255) = 44.39%
GREEN value IS 183 (71.88% from 255) = 44.63%
BLUE value IS 45 (17.97% from 255) = 10.98%
R=44.39%
G=44.63%
B=10.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal182183450.0100.750.2860.4360.5344.71
HexB6B72D104B1C3c3d2d
Octal266267551011334747555
Binary101101101011011110110110100101111100111100111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B6B72D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B6B72D; }

 p { color: rgb(182,183,45); }

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

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

 a { background-color: rgb(182,183,45); }

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

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

 span { border-color: rgb(182,183,45); }

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