#BDBF7E

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

Shades of Pine Glade #BDBF7E

Tints of Pine Glade #BDBF7E

Color information

#BDBF7E (or 0xBDBF7E) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 7E. RGB value is (189,191,126). Sum of RGB (Red+Green+Blue) = 189+191+126=506 (67% of max value = 765). Red value is 189 (74.22% from 255 or 37.35% from 506); Green value is 191 (75% from 255 or 37.75% from 506); Blue value is 126 (49.61% from 255 or 24.90% from 506); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF7E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF7E is #424081. Grayscale: #B7B7B7. Windows color (decimal): -4341890 or 8306621. OLE color: 8306621.

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

Color convert

RGB189191126-
CMYK0.0100.340.25
HSL61.85º33.68%62.16%-
HSV(B)61.85º34.03%74.9%-
XYZ43.3849.5927.02-
YUV182.9995.84132.29-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.35%
GREEN value IS 191 (75% from 255) = 37.75%
BLUE value IS 126 (49.61% from 255) = 24.90%
R=37.35%
G=37.75%
B=24.90%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911260.0100.340.2561.8533.6862.16
HexBDBF7E1022193e223e
Octal275277176104231764276
Binary101111011011111111111101010001011001111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF7E; }

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

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

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

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

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

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

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

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