#B2B427

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

Shades of Earls Green #B2B427

Tints of Earls Green #B2B427

Color information

#B2B427 (or 0xB2B427) is unknown color: approx Earls Green. HEX triplet: B2, B4 and 27. RGB value is (178,180,39). Sum of RGB (Red+Green+Blue) = 178+180+39=397 (52% of max value = 765). Red value is 178 (69.92% from 255 or 44.84% from 397); Green value is 180 (70.70% from 255 or 45.34% from 397); Blue value is 39 (15.62% from 255 or 9.82% from 397); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B427 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B427 is #4D4BD8. Grayscale: #A3A3A3. Windows color (decimal): -5065689 or 2602162. OLE color: 2602162.

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

Color convert

RGB17818039-
CMYK0.0100.780.29
HSL60.85º64.38%42.94%-
HSV(B)60.85º78.33%70.59%-
XYZ35.0542.258.23-
YUV163.3357.84138.46-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 44.84%
GREEN value IS 180 (70.70% from 255) = 45.34%
BLUE value IS 39 (15.62% from 255) = 9.82%
R=44.84%
G=45.34%
B=9.82%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180390.0100.780.2960.8564.3842.94
HexB2B427104E1D3d402b
Octal2622644710116357510053
Binary1011001010110100100111101001110111011111011000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B427; }

 p { color: rgb(178,180,39); }

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

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

 a { background-color: rgb(178,180,39); }

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

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

 span { border-color: rgb(178,180,39); }

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