#B9C37F

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

Shades of Pine Glade #B9C37F

Tints of Pine Glade #B9C37F

Color information

#B9C37F (or 0xB9C37F) is unknown color: approx Pine Glade. HEX triplet: B9, C3 and 7F. RGB value is (185,195,127). Sum of RGB (Red+Green+Blue) = 185+195+127=507 (67% of max value = 765). Red value is 185 (72.66% from 255 or 36.49% from 507); Green value is 195 (76.56% from 255 or 38.46% from 507); Blue value is 127 (50% from 255 or 25.05% from 507); Max value from RGB is 195 - color contains mainly: green. Hex color #B9C37F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B9C37F is #463C80. Grayscale: #B8B8B8. Windows color (decimal): -4603009 or 8373177. OLE color: 8373177.

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

Color convert

RGB185195127-
CMYK0.0500.350.24
HSL68.82º36.17%63.14%-
HSV(B)68.82º34.87%76.47%-
XYZ43.3550.8827.61-
YUV184.2695.69128.53-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 36.49%
GREEN value IS 195 (76.56% from 255) = 38.46%
BLUE value IS 127 (50% from 255) = 25.05%
R=36.49%
G=38.46%
B=25.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1851951270.0500.350.2468.8236.1763.14
HexB9C37F50231845243f
Octal2713031775043301054477
Binary101110011100001111111111010100011110001000101100100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9C37F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9C37F; }

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

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

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

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

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

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

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

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