#BDAD23

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

Shades of Earls Green #BDAD23

Tints of Earls Green #BDAD23

Color information

#BDAD23 (or 0xBDAD23) is unknown color: approx Earls Green. HEX triplet: BD, AD and 23. RGB value is (189,173,35). Sum of RGB (Red+Green+Blue) = 189+173+35=397 (52% of max value = 765). Red value is 189 (74.22% from 255 or 47.61% from 397); Green value is 173 (67.97% from 255 or 43.58% from 397); Blue value is 35 (14.06% from 255 or 8.82% from 397); Max value from RGB is 189 - color contains mainly: red. Hex color #BDAD23 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDAD23 is #4252DC. Grayscale: #A2A2A2. Windows color (decimal): -4346589 or 2338237. OLE color: 2338237.

HSL color Cylindrical-coordinate representation of color #BDAD23: hue angle of 53.77º degrees, saturation: 0.69, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #BDAD23 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.26.

Color convert

RGB18917335-
CMYK00.080.810.26
HSL53.77º68.75%43.92%-
HSV(B)53.77º81.48%74.12%-
XYZ36.2340.837.56-
YUV162.0556.3147.22-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 47.61%
GREEN value IS 173 (67.97% from 255) = 43.58%
BLUE value IS 35 (14.06% from 255) = 8.82%
R=47.61%
G=43.58%
B=8.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.81
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891733500.080.810.2653.7768.7543.92
HexBDAD2308511A36452c
Octal27525543010121326610554
Binary1011110110101101100011010001010001110101101101000101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDAD23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDAD23; }

 p { color: rgb(189,173,35); }

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

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

 a { background-color: rgb(189,173,35); }

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

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

 span { border-color: rgb(189,173,35); }

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