#B4B025

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

Shades of Earls Green #B4B025

Tints of Earls Green #B4B025

Color information

#B4B025 (or 0xB4B025) is unknown color: approx Earls Green. HEX triplet: B4, B0 and 25. RGB value is (180,176,37). Sum of RGB (Red+Green+Blue) = 180+176+37=393 (52% of max value = 765). Red value is 180 (70.70% from 255 or 45.80% from 393); Green value is 176 (69.14% from 255 or 44.78% from 393); Blue value is 37 (14.84% from 255 or 9.41% from 393); Max value from RGB is 180 - color contains mainly: red. Hex color #B4B025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B4B025 is #4B4FDA. Grayscale: #A1A1A1. Windows color (decimal): -4935643 or 2470068. OLE color: 2470068.

HSL color Cylindrical-coordinate representation of color #B4B025: hue angle of 58.32º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B4B025 is Cyan = 0, Magento = 0.02, Yellow = 0.79 and Black (K on CMYK) = 0.29.

Color convert

RGB18017637-
CMYK00.020.790.29
HSL58.32º65.9%42.55%-
HSV(B)58.32º79.44%70.59%-
XYZ34.6840.897.81-
YUV161.3557.83141.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 45.80%
GREEN value IS 176 (69.14% from 255) = 44.78%
BLUE value IS 37 (14.84% from 255) = 9.41%
R=45.80%
G=44.78%
B=9.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.79
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1801763700.020.790.2958.3265.942.55
HexB4B025024F1D3a422b
Octal2642604502117357210253
Binary10110100101100001001010101001111111011110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4B025

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4B025; }

 p { color: rgb(180,176,37); }

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

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

 a { background-color: rgb(180,176,37); }

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

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

 span { border-color: rgb(180,176,37); }

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