#B5A914

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

Shades of Earls Green #B5A914

Tints of Earls Green #B5A914

Color information

#B5A914 (or 0xB5A914) is unknown color: approx Earls Green. HEX triplet: B5, A9 and 14. RGB value is (181,169,20). Sum of RGB (Red+Green+Blue) = 181+169+20=370 (49% of max value = 765). Red value is 181 (71.09% from 255 or 48.92% from 370); Green value is 169 (66.41% from 255 or 45.68% from 370); Blue value is 20 (8.20% from 255 or 5.41% from 370); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A914 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #B5A914 is #4A56EB. Grayscale: #9C9C9C. Windows color (decimal): -4871916 or 1354165. OLE color: 1354165.

HSL color Cylindrical-coordinate representation of color #B5A914: hue angle of 55.53º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B5A914 is Cyan = 0, Magento = 0.07, Yellow = 0.89 and Black (K on CMYK) = 0.29.

Color convert

RGB18116920-
CMYK00.070.890.29
HSL55.53º80.1%39.41%-
HSV(B)55.53º88.95%70.98%-
XYZ33.3738.256.29-
YUV155.651.48146.12-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 48.92%
GREEN value IS 169 (66.41% from 255) = 45.68%
BLUE value IS 20 (8.20% from 255) = 5.41%
R=48.92%
G=45.68%
B=5.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.89
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811692000.070.890.2955.5380.139.41
HexB5A91407591D385027
Octal2652512407131357012047
Binary10110101101010011010001111011001111011110001010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5A914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5A914; }

 p { color: rgb(181,169,20); }

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

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

 a { background-color: rgb(181,169,20); }

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

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

 span { border-color: rgb(181,169,20); }

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