#BDBF7C

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

Shades of Pine Glade #BDBF7C

Tints of Pine Glade #BDBF7C

Color information

#BDBF7C (or 0xBDBF7C) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 7C. RGB value is (189,191,124). Sum of RGB (Red+Green+Blue) = 189+191+124=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 191 (75% from 255 or 37.90% from 504); Blue value is 124 (48.83% from 255 or 24.60% from 504); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF7C is #424083. Grayscale: #B7B7B7. Windows color (decimal): -4341892 or 8175549. OLE color: 8175549.

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

Color convert

RGB189191124-
CMYK0.0100.350.25
HSL61.79º34.36%61.76%-
HSV(B)61.79º35.08%74.9%-
XYZ43.2649.5426.35-
YUV182.7694.84132.45-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 191 (75% from 255) = 37.90%
BLUE value IS 124 (48.83% from 255) = 24.60%
R=37.5%
G=37.90%
B=24.60%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1891911240.0100.350.2561.7934.3661.76
HexBDBF7C1023193e223e
Octal275277174104331764276
Binary101111011011111111111001010001111001111110100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF7C; }

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

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

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

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

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

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

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

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