#B7AB30

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

Shades of Earls Green #B7AB30

Tints of Earls Green #B7AB30

Color information

#B7AB30 (or 0xB7AB30) is unknown color: approx Earls Green. HEX triplet: B7, AB and 30. RGB value is (183,171,48). Sum of RGB (Red+Green+Blue) = 183+171+48=402 (53% of max value = 765). Red value is 183 (71.88% from 255 or 45.52% from 402); Green value is 171 (67.19% from 255 or 42.54% from 402); Blue value is 48 (19.14% from 255 or 11.94% from 402); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB30 is #4854CF. Grayscale: #A1A1A1. Windows color (decimal): -4740304 or 3189687. OLE color: 3189687.

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

Color convert

RGB18317148-
CMYK00.070.740.28
HSL54.67º58.44%45.29%-
HSV(B)54.67º73.77%71.76%-
XYZ34.6239.418.58-
YUV160.5764.48144-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 45.52%
GREEN value IS 171 (67.19% from 255) = 42.54%
BLUE value IS 48 (19.14% from 255) = 11.94%
R=45.52%
G=42.54%
B=11.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.74
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831714800.070.740.2854.6758.4445.29
HexB7AB30074A1C373a2d
Octal267253600711234677255
Binary10110111101010111100000111100101011100110111111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB30; }

 p { color: rgb(183,171,48); }

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

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

 a { background-color: rgb(183,171,48); }

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

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

 span { border-color: rgb(183,171,48); }

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