#BDB52E

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

Shades of Earls Green #BDB52E

Tints of Earls Green #BDB52E

Color information

#BDB52E (or 0xBDB52E) is unknown color: approx Earls Green. HEX triplet: BD, B5 and 2E. RGB value is (189,181,46). Sum of RGB (Red+Green+Blue) = 189+181+46=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 181 (71.09% from 255 or 43.51% from 416); Blue value is 46 (18.36% from 255 or 11.06% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB52E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB52E is #424AD1. Grayscale: #A8A8A8. Windows color (decimal): -4344530 or 3061181. OLE color: 3061181.

HSL color Cylindrical-coordinate representation of color #BDB52E: hue angle of 56.64º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #BDB52E is Cyan = 0, Magento = 0.04, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18918146-
CMYK00.040.760.26
HSL56.64º60.85%46.08%-
HSV(B)56.64º75.66%74.12%-
XYZ3844.069.09-
YUV16859.15142.98-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 181 (71.09% from 255) = 43.51%
BLUE value IS 46 (18.36% from 255) = 11.06%
R=45.43%
G=43.51%
B=11.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891814600.040.760.2656.6460.8546.08
HexBDB52E044C1A393d2e
Octal275265560411432717556
Binary10111101101101011011100100100110011010111001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB52E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB52E; }

 p { color: rgb(189,181,46); }

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

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

 a { background-color: rgb(189,181,46); }

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

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

 span { border-color: rgb(189,181,46); }

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