#BDBF75

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

Shades of Pine Glade #BDBF75

Tints of Pine Glade #BDBF75

Color information

#BDBF75 (or 0xBDBF75) is unknown color: approx Pine Glade. HEX triplet: BD, BF and 75. RGB value is (189,191,117). Sum of RGB (Red+Green+Blue) = 189+191+117=497 (65% of max value = 765). Red value is 189 (74.22% from 255 or 38.03% from 497); Green value is 191 (75% from 255 or 38.43% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 191 - color contains mainly: green. Hex color #BDBF75 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BDBF75 is #42408A. Grayscale: #B6B6B6. Windows color (decimal): -4341899 or 7716797. OLE color: 7716797.

HSL color Cylindrical-coordinate representation of color #BDBF75: hue angle of 61.62º 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 #BDBF75 is Cyan = 0.01, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.25.

Color convert

RGB189191117-
CMYK0.0100.390.25
HSL61.62º36.63%60.39%-
HSV(B)61.62º38.74%74.9%-
XYZ42.8349.3624.1-
YUV181.9791.34133.02-

RGB Variations

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

RGB

RED value IS 189 (74.22% from 255) = 38.03%
GREEN value IS 191 (75% from 255) = 38.43%
BLUE value IS 117 (46.09% from 255) = 23.54%
R=38.03%
G=38.43%
B=23.54%

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
Decimal1891911170.0100.390.2561.6236.6360.39
HexBDBF751027193e253c
Octal275277165104731764574
Binary101111011011111111101011010011111001111110100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BDBF75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BDBF75; }

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

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

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

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

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

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

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

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