#BDBA2D

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

Shades of Earls Green #BDBA2D

Tints of Earls Green #BDBA2D

Color information

#BDBA2D (or 0xBDBA2D) is unknown color: approx Earls Green. HEX triplet: BD, BA and 2D. RGB value is (189,186,45). Sum of RGB (Red+Green+Blue) = 189+186+45=420 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45% from 420); Green value is 186 (73.05% from 255 or 44.29% from 420); Blue value is 45 (17.97% from 255 or 10.71% from 420); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBA2D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDBA2D is #4245D2. Grayscale: #ABABAB. Windows color (decimal): -4343251 or 2996925. OLE color: 2996925.

HSL color Cylindrical-coordinate representation of color #BDBA2D: hue angle of 58.75º degrees, saturation: 0.62, 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 #BDBA2D is Cyan = 0, Magento = 0.02, Yellow = 0.76 and Black (K on CMYK) = 0.26.

Color convert

RGB18918645-
CMYK00.020.760.26
HSL58.75º61.54%45.88%-
HSV(B)58.75º76.19%74.12%-
XYZ39.0246.139.33-
YUV170.8256.99140.96-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45%
GREEN value IS 186 (73.05% from 255) = 44.29%
BLUE value IS 45 (17.97% from 255) = 10.71%
R=45%
G=44.29%
B=10.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.76
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891864500.020.760.2658.7561.5445.88
HexBDBA2D024C1A3b3e2e
Octal275272550211432737656
Binary1011110110111010101101010100110011010111011111110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBA2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBA2D; }

 p { color: rgb(189,186,45); }

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

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

 a { background-color: rgb(189,186,45); }

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

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

 span { border-color: rgb(189,186,45); }

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