#B9C17D

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

Shades of Pine Glade #B9C17D

Tints of Pine Glade #B9C17D

Color information

#B9C17D (or 0xB9C17D) is unknown color: approx Pine Glade. HEX triplet: B9, C1 and 7D. RGB value is (185,193,125). Sum of RGB (Red+Green+Blue) = 185+193+125=503 (66% of max value = 765). Red value is 185 (72.66% from 255 or 36.78% from 503); Green value is 193 (75.78% from 255 or 38.37% from 503); Blue value is 125 (49.22% from 255 or 24.85% from 503); Max value from RGB is 193 - color contains mainly: green. Hex color #B9C17D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C17D is #463E82. Grayscale: #B7B7B7. Windows color (decimal): -4603523 or 8241593. OLE color: 8241593.

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

Color convert

RGB185193125-
CMYK0.0400.350.24
HSL67.06º35.42%62.35%-
HSV(B)67.06º35.23%75.69%-
XYZ42.7849.9326.79-
YUV182.8695.35129.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.78%
GREEN value IS 193 (75.78% from 255) = 38.37%
BLUE value IS 125 (49.22% from 255) = 24.85%
R=36.78%
G=38.37%
B=24.85%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851931250.0400.350.2467.0635.4262.35
HexB9C17D40231843233e
Octal2713011754043301034376
Binary101110011100000111111011000100011110001000011100011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C17D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C17D; }

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

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

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

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

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

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

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

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