#B7B31B

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

Shades of Earls Green #B7B31B

Tints of Earls Green #B7B31B

Color information

#B7B31B (or 0xB7B31B) is unknown color: approx Earls Green. HEX triplet: B7, B3 and 1B. RGB value is (183,179,27). Sum of RGB (Red+Green+Blue) = 183+179+27=389 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.04% from 389); Green value is 179 (70.31% from 255 or 46.02% from 389); Blue value is 27 (10.94% from 255 or 6.94% from 389); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B31B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B7B31B is #484CE4. Grayscale: #A3A3A3. Windows color (decimal): -4738277 or 1815479. OLE color: 1815479.

HSL color Cylindrical-coordinate representation of color #B7B31B: hue angle of 58.46º degrees, saturation: 0.74, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B7B31B is Cyan = 0, Magento = 0.02, Yellow = 0.85 and Black (K on CMYK) = 0.28.

Color convert

RGB18317927-
CMYK00.020.850.28
HSL58.46º74.29%41.18%-
HSV(B)58.46º85.25%71.76%-
XYZ35.8542.397.33-
YUV162.8751.33142.36-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.04%
GREEN value IS 179 (70.31% from 255) = 46.02%
BLUE value IS 27 (10.94% from 255) = 6.94%
R=47.04%
G=46.02%
B=6.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831792700.020.850.2858.4674.2941.18
HexB7B31B02551C3a4a29
Octal2672633302125347211251
Binary1011011110110011110110101010101111001110101001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B31B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B31B; }

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

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

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

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

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

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

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

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