#B7AB1B

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

Shades of Earls Green #B7AB1B

Tints of Earls Green #B7AB1B

Color information

#B7AB1B (or 0xB7AB1B) is unknown color: approx Earls Green. HEX triplet: B7, AB and 1B. RGB value is (183,171,27). Sum of RGB (Red+Green+Blue) = 183+171+27=381 (50% of max value = 765). Red value is 183 (71.88% from 255 or 48.03% from 381); Green value is 171 (67.19% from 255 or 44.88% from 381); Blue value is 27 (10.94% from 255 or 7.09% from 381); Max value from RGB is 183 - color contains mainly: red. Hex color #B7AB1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B7AB1B is #4854E4. Grayscale: #9E9E9E. Windows color (decimal): -4740325 or 1813431. OLE color: 1813431.

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

Color convert

RGB18317127-
CMYK00.070.850.28
HSL55.38º74.29%41.18%-
HSV(B)55.38º85.25%71.76%-
XYZ34.2939.276.81-
YUV158.1753.98145.71-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 48.03%
GREEN value IS 171 (67.19% from 255) = 44.88%
BLUE value IS 27 (10.94% from 255) = 7.09%
R=48.03%
G=44.88%
B=7.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.85
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1831712700.070.850.2855.3874.2941.18
HexB7AB1B07551C374a29
Octal2672533307125346711251
Binary10110111101010111101101111010101111001101111001010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7AB1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7AB1B; }

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

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

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

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

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

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

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

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