#BDA630

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

Shades of Earls Green #BDA630

Tints of Earls Green #BDA630

Color information

#BDA630 (or 0xBDA630) is unknown color: approx Earls Green. HEX triplet: BD, A6 and 30. RGB value is (189,166,48). Sum of RGB (Red+Green+Blue) = 189+166+48=403 (53% of max value = 765). Red value is 189 (74.22% from 255 or 46.90% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 48 (19.14% from 255 or 11.91% from 403); Max value from RGB is 189 - color contains mainly: red. Hex color #BDA630 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #BDA630 is #4259CF. Grayscale: #9F9F9F. Windows color (decimal): -4348368 or 3188413. OLE color: 3188413.

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

Color convert

RGB18916648-
CMYK00.120.750.26
HSL50.21º59.49%46.47%-
HSV(B)50.21º74.6%74.12%-
XYZ35.1638.38.34-
YUV159.4265.12149.09-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 46.90%
GREEN value IS 166 (65.23% from 255) = 41.19%
BLUE value IS 48 (19.14% from 255) = 11.91%
R=46.90%
G=41.19%
B=11.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891664800.120.750.2650.2159.4946.47
HexBDA6300C4B1A323b2e
Octal2752466001411332627356
Binary101111011010011011000001100100101111010110010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDA630

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDA630; }

 p { color: rgb(189,166,48); }

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

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

 a { background-color: rgb(189,166,48); }

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

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

 span { border-color: rgb(189,166,48); }

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