#BDB330

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

Shades of Earls Green #BDB330

Tints of Earls Green #BDB330

Color information

#BDB330 (or 0xBDB330) is unknown color: approx Earls Green. HEX triplet: BD, B3 and 30. RGB value is (189,179,48). Sum of RGB (Red+Green+Blue) = 189+179+48=416 (55% of max value = 765). Red value is 189 (74.22% from 255 or 45.43% from 416); Green value is 179 (70.31% from 255 or 43.03% from 416); Blue value is 48 (19.14% from 255 or 11.54% from 416); Max value from RGB is 189 - color contains mainly: red. Hex color #BDB330 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BDB330 is #424CCF. Grayscale: #A7A7A7. Windows color (decimal): -4345040 or 3191741. OLE color: 3191741.

HSL color Cylindrical-coordinate representation of color #BDB330: hue angle of 55.74º 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 #BDB330 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.26.

Color convert

RGB18917948-
CMYK00.050.750.26
HSL55.74º59.49%46.47%-
HSV(B)55.74º74.6%74.12%-
XYZ37.6443.279.16-
YUV167.0660.81143.65-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 45.43%
GREEN value IS 179 (70.31% from 255) = 43.03%
BLUE value IS 48 (19.14% from 255) = 11.54%
R=45.43%
G=43.03%
B=11.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.75
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1891794800.050.750.2655.7459.4946.47
HexBDB330054B1A383b2e
Octal275263600511332707356
Binary10111101101100111100000101100101111010111000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDB330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDB330; }

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

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

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

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

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

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

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

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