#B7B01B

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

Shades of Earls Green #B7B01B

Tints of Earls Green #B7B01B

Color information

#B7B01B (or 0xB7B01B) is unknown color: approx Earls Green. HEX triplet: B7, B0 and 1B. RGB value is (183,176,27). Sum of RGB (Red+Green+Blue) = 183+176+27=386 (51% of max value = 765). Red value is 183 (71.88% from 255 or 47.41% from 386); Green value is 176 (69.14% from 255 or 45.60% from 386); Blue value is 27 (10.94% from 255 or 6.99% from 386); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B01B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B01B is #484FE4. Grayscale: #A1A1A1. Windows color (decimal): -4739045 or 1814711. OLE color: 1814711.

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

Color convert

RGB18317627-
CMYK00.040.850.28
HSL57.31º74.29%41.18%-
HSV(B)57.31º85.25%71.76%-
XYZ35.2541.27.13-
YUV161.1152.32143.62-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 47.41%
GREEN value IS 176 (69.14% from 255) = 45.60%
BLUE value IS 27 (10.94% from 255) = 6.99%
R=47.41%
G=45.60%
B=6.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831762700.040.850.2857.3174.2941.18
HexB7B01B04551C394a29
Octal2672603304125347111251
Binary10110111101100001101101001010101111001110011001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B01B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B01B; }

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

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

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

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

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

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

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

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