#BDB317

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

Shades of Earls Green #BDB317

Tints of Earls Green #BDB317

Color information

#BDB317 (or 0xBDB317) is unknown color: approx Earls Green. HEX triplet: BD, B3 and 17. RGB value is (189,179,23). Sum of RGB (Red+Green+Blue) = 189+179+23=391 (51% of max value = 765). Red value is 189 (74.22% from 255 or 48.34% from 391); Green value is 179 (70.31% from 255 or 45.78% from 391); Blue value is 23 (9.38% from 255 or 5.88% from 391); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB317 is not a web safe color. Web safe color analog (approx): #CCCC00. Inversed color of #BDB317 is #424CE8. Grayscale: #A4A4A4. Windows color (decimal): -4345065 or 1553341. OLE color: 1553341.

HSL color Cylindrical-coordinate representation of color #BDB317: hue angle of 56.39º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #BDB317 is Cyan = 0, Magento = 0.05, Yellow = 0.88 and Black (K on CMYK) = 0.26.

Color convert

RGB18917923-
CMYK00.050.880.26
HSL56.39º78.3%41.57%-
HSV(B)56.39º87.83%74.12%-
XYZ37.2643.127.17-
YUV164.2148.31145.68-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 48.34%
GREEN value IS 179 (70.31% from 255) = 45.78%
BLUE value IS 23 (9.38% from 255) = 5.88%
R=48.34%
G=45.78%
B=5.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.88
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891792300.050.880.2656.3978.341.57
HexBDB31705581A384e2a
Octal2752632705130327011652
Binary10111101101100111011101011011000110101110001001110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB317

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB317; }

 p { color: rgb(189,179,23); }

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

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

 a { background-color: rgb(189,179,23); }

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

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

 span { border-color: rgb(189,179,23); }

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