#B7B225

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

Shades of Earls Green #B7B225

Tints of Earls Green #B7B225

Color information

#B7B225 (or 0xB7B225) is unknown color: approx Earls Green. HEX triplet: B7, B2 and 25. RGB value is (183,178,37). Sum of RGB (Red+Green+Blue) = 183+178+37=398 (52% of max value = 765). Red value is 183 (71.88% from 255 or 45.98% from 398); Green value is 178 (69.92% from 255 or 44.72% from 398); Blue value is 37 (14.84% from 255 or 9.30% from 398); Max value from RGB is 183 - color contains mainly: red. Hex color #B7B225 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7B225 is #484DDA. Grayscale: #A3A3A3. Windows color (decimal): -4738523 or 2470583. OLE color: 2470583.

HSL color Cylindrical-coordinate representation of color #B7B225: hue angle of 57.95º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B7B225 is Cyan = 0, Magento = 0.03, Yellow = 0.80 and Black (K on CMYK) = 0.28.

Color convert

RGB18317837-
CMYK00.030.800.28
HSL57.95º66.36%43.14%-
HSV(B)57.95º79.78%71.76%-
XYZ35.7842.047.98-
YUV163.4256.66141.96-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.98%
GREEN value IS 178 (69.92% from 255) = 44.72%
BLUE value IS 37 (14.84% from 255) = 9.30%
R=45.98%
G=44.72%
B=9.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.80
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831783700.030.800.2857.9566.3643.14
HexB7B22503501C3a422b
Octal2672624503120347210253
Binary10110111101100101001010111010000111001110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7B225

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7B225; }

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

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

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

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

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

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

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

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