#BDBC7F

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

Shades of Pine Glade #BDBC7F

Tints of Pine Glade #BDBC7F

Color information

#BDBC7F (or 0xBDBC7F) is unknown color: approx Pine Glade. HEX triplet: BD, BC and 7F. RGB value is (189,188,127). Sum of RGB (Red+Green+Blue) = 189+188+127=504 (66% of max value = 765). Red value is 189 (74.22% from 255 or 37.5% from 504); Green value is 188 (73.83% from 255 or 37.30% from 504); Blue value is 127 (50% from 255 or 25.20% from 504); Max value from RGB is 189 - color contains mainly: red. Hex color #BDBC7F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBC7F is #424380. Grayscale: #B5B5B5. Windows color (decimal): -4342657 or 8371389. OLE color: 8371389.

HSL color Cylindrical-coordinate representation of color #BDBC7F: hue angle of 59.03º degrees, saturation: 0.32, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BDBC7F is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.26.

Color convert

RGB189188127-
CMYK00.010.330.26
HSL59.03º31.96%61.96%-
HSV(B)59.03º32.8%74.12%-
XYZ42.848.3227.15-
YUV181.3497.33133.46-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 37.5%
GREEN value IS 188 (73.83% from 255) = 37.30%
BLUE value IS 127 (50% from 255) = 25.20%
R=37.5%
G=37.30%
B=25.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.33
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal18918812700.010.330.2659.0331.9661.96
HexBDBC7F01211A3b203e
Octal275274177014132734076
Binary101111011011110011111110110000111010111011100000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBC7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBC7F; }

 p { color: rgb(189,188,127); }

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

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

 a { background-color: rgb(189,188,127); }

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

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

 span { border-color: rgb(189,188,127); }

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