#B7B02F

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

Shades of Earls Green #B7B02F

Tints of Earls Green #B7B02F

Color information

#B7B02F (or 0xB7B02F) is unknown color: approx Earls Green. HEX triplet: B7, B0 and 2F. RGB value is (183,176,47). Sum of RGB (Red+Green+Blue) = 183+176+47=406 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.07% from 406); Green value is 176 (69.14% from 255 or 43.35% from 406); Blue value is 47 (18.75% from 255 or 11.58% from 406); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B02F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B02F is #484FD0. Grayscale: #A3A3A3. Windows color (decimal): -4739025 or 3125431. OLE color: 3125431.

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

Color convert

RGB18317647-
CMYK00.040.740.28
HSL56.91º59.13%45.1%-
HSV(B)56.91º74.32%71.76%-
XYZ35.5741.328.79-
YUV163.3962.32141.99-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.07%
GREEN value IS 176 (69.14% from 255) = 43.35%
BLUE value IS 47 (18.75% from 255) = 11.58%
R=45.07%
G=43.35%
B=11.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831764700.040.740.2856.9159.1345.1
HexB7B02F044A1C393b2d
Octal267260570411234717355
Binary10110111101100001011110100100101011100111001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B02F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B02F; }

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

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

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

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

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

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

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

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