#B2B432

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

Shades of Earls Green #B2B432

Tints of Earls Green #B2B432

Color information

#B2B432 (or 0xB2B432) is unknown color: approx Earls Green. HEX triplet: B2, B4 and 32. RGB value is (178,180,50). Sum of RGB (Red+Green+Blue) = 178+180+50=408 (54% of max value = 765). Red value is 178 (69.92% from 255 or 43.63% from 408); Green value is 180 (70.70% from 255 or 44.12% from 408); Blue value is 50 (19.92% from 255 or 12.25% from 408); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B432 is not a web safe color. Web safe color analog (approx): #99CC33. Inversed color of #B2B432 is #4D4BCD. Grayscale: #A5A5A5. Windows color (decimal): -5065678 or 3323058. OLE color: 3323058.

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

Color convert

RGB17818050-
CMYK0.0100.720.29
HSL60.92º56.52%45.1%-
HSV(B)60.92º72.22%70.59%-
XYZ35.2642.349.33-
YUV164.5863.34137.57-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 43.63%
GREEN value IS 180 (70.70% from 255) = 44.12%
BLUE value IS 50 (19.92% from 255) = 12.25%
R=43.63%
G=44.12%
B=12.25%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal178180500.0100.720.2960.9256.5245.1
HexB2B43210481D3d392d
Octal262264621011035757155
Binary101100101011010011001010100100011101111101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B432; }

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

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

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

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

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

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

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

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