#BDBE73

Color #BDBE73 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #BDBE73

Tints of Pine Glade #BDBE73

Color information

#BDBE73 (or 0xBDBE73) is unknown color: approx Pine Glade. HEX triplet: BD, BE and 73. RGB value is (189,190,115). Sum of RGB (Red+Green+Blue) = 189+190+115=494 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.26% from 494); Green value is 190 (74.61% from 255 or 38.46% from 494); Blue value is 115 (45.31% from 255 or 23.28% from 494); Max value from RGB is 190 - color contains mainly: green. Hex color #BDBE73 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBE73 is #42418C. Grayscale: #B5B5B5. Windows color (decimal): -4342157 or 7585469. OLE color: 7585469.

HSL color Cylindrical-coordinate representation of color #BDBE73: hue angle of 60.8º degrees, saturation: 0.37, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #BDBE73 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB189190115-
CMYK0.0100.390.25
HSL60.8º36.59%59.8%-
HSV(B)60.8º39.47%74.51%-
XYZ42.4948.8823.42-
YUV181.1590.67133.6-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.26%
GREEN value IS 190 (74.61% from 255) = 38.46%
BLUE value IS 115 (45.31% from 255) = 23.28%
R=38.26%
G=38.46%
B=23.28%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891901150.0100.390.2560.836.5959.8
HexBDBE731027193d253c
Octal275276163104731754574
Binary101111011011111011100111010011111001111101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBE73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBE73; }

 p { color: rgb(189,190,115); }

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

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

 a { background-color: rgb(189,190,115); }

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

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

 span { border-color: rgb(189,190,115); }

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