#BDBF88

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

Shades of Pine Glade #BDBF88

Tints of Pine Glade #BDBF88

Color information

#BDBF88 (or 0xBDBF88) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 88. RGB value is (189,191,136). Sum of RGB (Red+Green+Blue) = 189+191+136=516 (68% of max value = 765). Red value is 189 (74.22% from 255 or 36.63% from 516); Green value is 191 (75% from 255 or 37.02% from 516); Blue value is 136 (53.52% from 255 or 26.36% from 516); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF88 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #BDBF88 is #424077. Grayscale: #B8B8B8. Windows color (decimal): -4341880 or 8961981. OLE color: 8961981.

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

Color convert

RGB189191136-
CMYK0.0100.290.25
HSL62.18º30.05%64.12%-
HSV(B)62.18º28.8%74.9%-
XYZ44.0649.8630.59-
YUV184.13100.84131.47-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 36.63%
GREEN value IS 191 (75% from 255) = 37.02%
BLUE value IS 136 (53.52% from 255) = 26.36%
R=36.63%
G=37.02%
B=26.36%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911360.0100.290.2562.1830.0564.12
HexBDBF88101D193e1e40
Octal2752772101035317636100
Binary101111011011111110001000101110111001111110111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF88; }

 p { color: rgb(189,191,136); }

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

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

 a { background-color: rgb(189,191,136); }

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

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

 span { border-color: rgb(189,191,136); }

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