#B7BC7C

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

Shades of Pine Glade #B7BC7C

Tints of Pine Glade #B7BC7C

Color information

#B7BC7C (or 0xB7BC7C) is unknown color: approx Pine Glade. HEX triplet: B7, BC and 7C. RGB value is (183,188,124). Sum of RGB (Red+Green+Blue) = 183+188+124=495 (65% of max value = 765). Red value is 183 (71.88% from 255 or 36.97% from 495); Green value is 188 (73.83% from 255 or 37.98% from 495); Blue value is 124 (48.83% from 255 or 25.05% from 495); Max value from RGB is 188 - color contains mainly: green. Hex color #B7BC7C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #B7BC7C is #484383. Grayscale: #B3B3B3. Windows color (decimal): -4735876 or 8174775. OLE color: 8174775.

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

Color convert

RGB183188124-
CMYK0.0300.340.26
HSL64.69º32.32%61.18%-
HSV(B)64.69º34.04%73.73%-
XYZ41.1547.4926.07-
YUV179.2196.84130.7-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 36.97%
GREEN value IS 188 (73.83% from 255) = 37.98%
BLUE value IS 124 (48.83% from 255) = 25.05%
R=36.97%
G=37.98%
B=25.05%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1831881240.0300.340.2664.6932.3261.18
HexB7BC7C30221A41203d
Octal2672741743042321014075
Binary10110111101111001111100110100010110101000001100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7BC7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7BC7C; }

 p { color: rgb(183,188,124); }

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

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

 a { background-color: rgb(183,188,124); }

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

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

 span { border-color: rgb(183,188,124); }

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