#B9C17F

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

Shades of Pine Glade #B9C17F

Tints of Pine Glade #B9C17F

Color information

#B9C17F (or 0xB9C17F) is unknown color: approx Pine Glade. HEX triplet: B9, C1 and 7F. RGB value is (185,193,127). Sum of RGB (Red+Green+Blue) = 185+193+127=505 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.63% from 505); Green value is 193 (75.78% from 255 or 38.22% from 505); Blue value is 127 (50% from 255 or 25.15% from 505); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C17F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C17F is #463E80. Grayscale: #B7B7B7. Windows color (decimal): -4603521 or 8372665. OLE color: 8372665.

HSL color Cylindrical-coordinate representation of color #B9C17F: hue angle of 67.27º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B9C17F is Cyan = 0.04, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.

Color convert

RGB185193127-
CMYK0.0400.340.24
HSL67.27º34.74%62.75%-
HSV(B)67.27º34.2%75.69%-
XYZ42.9149.9927.47-
YUV183.0896.35129.37-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.63%
GREEN value IS 193 (75.78% from 255) = 38.22%
BLUE value IS 127 (50% from 255) = 25.15%
R=36.63%
G=38.22%
B=25.15%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931270.0400.340.2467.2734.7462.75
HexB9C17F40221843233f
Octal2713011774042301034377
Binary101110011100000111111111000100010110001000011100011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C17F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C17F; }

 p { color: rgb(185,193,127); }

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

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

 a { background-color: rgb(185,193,127); }

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

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

 span { border-color: rgb(185,193,127); }

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