#B3B630

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

Shades of Earls Green #B3B630

Tints of Earls Green #B3B630

Color information

#B3B630 (or 0xB3B630) is unknown color: approx Earls Green. HEX triplet: B3, B6 and 30. RGB value is (179,182,48). Sum of RGB (Red+Green+Blue) = 179+182+48=409 (54% of max value = 765). Red value is 179 (70.31% from 255 or 43.77% from 409); Green value is 182 (71.48% from 255 or 44.50% from 409); Blue value is 48 (19.14% from 255 or 11.74% from 409); Max value from RGB is 182 - color contains mainly: green. Hex color #B3B630 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #B3B630 is #4C49CF. Grayscale: #A6A6A6. Windows color (decimal): -4999632 or 3192499. OLE color: 3192499.

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

Color convert

RGB17918248-
CMYK0.0200.740.29
HSL61.34º58.26%45.1%-
HSV(B)61.34º73.63%71.37%-
XYZ35.8543.259.26-
YUV165.8361.51137.4-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 43.77%
GREEN value IS 182 (71.48% from 255) = 44.50%
BLUE value IS 48 (19.14% from 255) = 11.74%
R=43.77%
G=44.50%
B=11.74%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal179182480.0200.740.2961.3458.2645.1
HexB3B630204A1D3d3a2d
Octal263266602011235757255
Binary1011001110110110110000100100101011101111101111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B3B630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B3B630; }

 p { color: rgb(179,182,48); }

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

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

 a { background-color: rgb(179,182,48); }

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

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

 span { border-color: rgb(179,182,48); }

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