#B7B22D

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

Shades of Earls Green #B7B22D

Tints of Earls Green #B7B22D

Color information

#B7B22D (or 0xB7B22D) is unknown color: approx Earls Green. HEX triplet: B7, B2 and 2D. RGB value is (183,178,45). Sum of RGB (Red+Green+Blue) = 183+178+45=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 178 (69.92% from 255 or 43.84% from 406); Blue value is 45 (17.97% from 255 or 11.08% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B22D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B22D is #484DD2. Grayscale: #A4A4A4. Windows color (decimal): -4738515 or 2994871. OLE color: 2994871.

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

Color convert

RGB18317845-
CMYK00.030.750.28
HSL57.83º60.53%44.71%-
HSV(B)57.83º75.41%71.76%-
XYZ35.9242.18.71-
YUV164.3360.66141.31-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 178 (69.92% from 255) = 43.84%
BLUE value IS 45 (17.97% from 255) = 11.08%
R=45.07%
G=43.84%
B=11.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831784500.030.750.2857.8360.5344.71
HexB7B22D034B1C3a3d2d
Octal267262550311334727555
Binary1011011110110010101101011100101111100111010111101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B22D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B22D; }

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

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

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

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

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

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

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

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