#b5a92b

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

Shades of Earls Green #B5A92B

Tints of Earls Green #B5A92B

Color information

#B5A92B (or 0xB5A92B) is unknown color: approx Earls Green. HEX triplet: B5, A9 and 2B. RGB value is (181,169,43). Sum of RGB (Red+Green+Blue) = 181+169+43=393 (52% of max value = 765). Red value is 181 (71.09% from 255 or 46.06% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 43 (17.19% from 255 or 10.94% from 393); Max value from RGB is 181 - color contains mainly: red. Hex color #B5A92B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #B5A92B is #4A56D4. Grayscale: #9E9E9E. Windows color (decimal): -4871893 or 2861493. OLE color: 2861493.

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

Color convert

RGB18116943-
CMYK00.070.760.29
HSL54.78º61.61%43.92%-
HSV(B)54.78º76.24%70.98%-
XYZ33.6838.377.92-
YUV158.2262.98144.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 46.06%
GREEN value IS 169 (66.41% from 255) = 43.00%
BLUE value IS 43 (17.19% from 255) = 10.94%
R=46.06%
G=43.00%
B=10.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.76
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1811694300.070.760.2954.7861.6143.92
HexB5A92B074C1D373e2c
Octal265251530711435677654
Binary10110101101010011010110111100110011101110111111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b5a92b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b5a92b; }

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

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

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

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

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

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

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

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