#B7B32E

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

Shades of Earls Green #B7B32E

Tints of Earls Green #B7B32E

Color information

#B7B32E (or 0xB7B32E) is unknown color: approx Earls Green. HEX triplet: B7, B3 and 2E. RGB value is (183,179,46). Sum of RGB (Red+Green+Blue) = 183+179+46=408 (54% of max value = 765). Red value is 183 (71.88% from 255 or 44.85% from 408); Green value is 179 (70.31% from 255 or 43.87% from 408); Blue value is 46 (18.36% from 255 or 11.27% from 408); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B32E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B32E is #484CD1. Grayscale: #A5A5A5. Windows color (decimal): -4738258 or 3060663. OLE color: 3060663.

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

Color convert

RGB18317946-
CMYK00.020.750.28
HSL58.25º59.83%44.9%-
HSV(B)58.25º74.86%71.76%-
XYZ36.1442.58.88-
YUV165.0360.83140.81-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 44.85%
GREEN value IS 179 (70.31% from 255) = 43.87%
BLUE value IS 46 (18.36% from 255) = 11.27%
R=44.85%
G=43.87%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.75
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831794600.020.750.2858.2559.8344.9
HexB7B32E024B1C3a3c2d
Octal267263560211334727455
Binary1011011110110011101110010100101111100111010111100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B32E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B32E; }

 p { color: rgb(183,179,46); }

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

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

 a { background-color: rgb(183,179,46); }

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

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

 span { border-color: rgb(183,179,46); }

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