#BDB727

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

Shades of Earls Green #BDB727

Tints of Earls Green #BDB727

Color information

#BDB727 (or 0xBDB727) is unknown color: approx Earls Green. HEX triplet: BD, B7 and 27. RGB value is (189,183,39). Sum of RGB (Red+Green+Blue) = 189+183+39=411 (54% of max value = 765). Red value is 189 (74.22% from 255 or 45.99% from 411); Green value is 183 (71.88% from 255 or 44.53% from 411); Blue value is 39 (15.62% from 255 or 9.49% from 411); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB727 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB727 is #4248D8. Grayscale: #A8A8A8. Windows color (decimal): -4344025 or 2602941. OLE color: 2602941.

HSL color Cylindrical-coordinate representation of color #BDB727: hue angle of 57.6º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #BDB727 is Cyan = 0, Magento = 0.03, Yellow = 0.79 and Black (K on CMYK) = 0.26.

Color convert

RGB18918339-
CMYK00.030.790.26
HSL57.6º65.79%44.71%-
HSV(B)57.6º79.37%74.12%-
XYZ38.2944.838.56-
YUV168.3854.99142.71-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.99%
GREEN value IS 183 (71.88% from 255) = 44.53%
BLUE value IS 39 (15.62% from 255) = 9.49%
R=45.99%
G=44.53%
B=9.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.79
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891833900.030.790.2657.665.7944.71
HexBDB727034F1A3a422d
Octal2752674703117327210255
Binary10111101101101111001110111001111110101110101000010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB727

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB727; }

 p { color: rgb(189,183,39); }

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

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

 a { background-color: rgb(189,183,39); }

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

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

 span { border-color: rgb(189,183,39); }

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