#B3B02E

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

Shades of Earls Green #B3B02E

Tints of Earls Green #B3B02E

Color information

#B3B02E (or 0xB3B02E) is unknown color: approx Earls Green. HEX triplet: B3, B0 and 2E. RGB value is (179,176,46). Sum of RGB (Red+Green+Blue) = 179+176+46=401 (53% of max value = 765). Red value is 179 (70.31% from 255 or 44.64% from 401); Green value is 176 (69.14% from 255 or 43.89% from 401); Blue value is 46 (18.36% from 255 or 11.47% from 401); Max value from RGB is 179 - color contains mainly: red. Hex color #B3B02E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B3B02E is #4C4FD1. Grayscale: #A2A2A2. Windows color (decimal): -5001170 or 3059891. OLE color: 3059891.

HSL color Cylindrical-coordinate representation of color #B3B02E: hue angle of 58.65º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B3B02E is Cyan = 0, Magento = 0.02, Yellow = 0.74 and Black (K on CMYK) = 0.30.

Color convert

RGB17917646-
CMYK00.020.740.30
HSL58.65º59.11%44.12%-
HSV(B)58.65º74.3%70.2%-
XYZ34.6140.838.64-
YUV162.0862.49140.07-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 44.64%
GREEN value IS 176 (69.14% from 255) = 43.89%
BLUE value IS 46 (18.36% from 255) = 11.47%
R=44.64%
G=43.89%
B=11.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.74
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1791764600.020.740.3058.6559.1144.12
HexB3B02E024A1E3b3b2c
Octal263260560211236737354
Binary1011001110110000101110010100101011110111011111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B02E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B02E; }

 p { color: rgb(179,176,46); }

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

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

 a { background-color: rgb(179,176,46); }

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

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

 span { border-color: rgb(179,176,46); }

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