#B5AD1F

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

Shades of Earls Green #B5AD1F

Tints of Earls Green #B5AD1F

Color information

#B5AD1F (or 0xB5AD1F) is unknown color: approx Earls Green. HEX triplet: B5, AD and 1F. RGB value is (181,173,31). Sum of RGB (Red+Green+Blue) = 181+173+31=385 (50% of max value = 765). Red value is 181 (71.09% from 255 or 47.01% from 385); Green value is 173 (67.97% from 255 or 44.94% from 385); Blue value is 31 (12.5% from 255 or 8.05% from 385); Max value from RGB is 181 - color contains mainly: red. Hex color #B5AD1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5AD1F is #4A52E0. Grayscale: #9F9F9F. Windows color (decimal): -4870881 or 2076085. OLE color: 2076085.

HSL color Cylindrical-coordinate representation of color #B5AD1F: hue angle of 56.8º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B5AD1F is Cyan = 0, Magento = 0.04, Yellow = 0.83 and Black (K on CMYK) = 0.29.

Color convert

RGB18117331-
CMYK00.040.830.29
HSL56.8º70.75%41.57%-
HSV(B)56.8º82.87%70.98%-
XYZ34.2539.817.18-
YUV159.255.65143.55-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 47.01%
GREEN value IS 173 (67.97% from 255) = 44.94%
BLUE value IS 31 (12.5% from 255) = 8.05%
R=47.01%
G=44.94%
B=8.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.83
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811733100.040.830.2956.870.7541.57
HexB5AD1F04531D39472a
Octal2652553704123357110752
Binary10110101101011011111101001010011111011110011000111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5AD1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5AD1F; }

 p { color: rgb(181,173,31); }

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

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

 a { background-color: rgb(181,173,31); }

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

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

 span { border-color: rgb(181,173,31); }

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