#B2BC76

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

Shades of Pine Glade #B2BC76

Tints of Pine Glade #B2BC76

Color information

#B2BC76 (or 0xB2BC76) is unknown color: approx Pine Glade. HEX triplet: B2, BC and 76. RGB value is (178,188,118). Sum of RGB (Red+Green+Blue) = 178+188+118=484 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.78% from 484); Green value is 188 (73.83% from 255 or 38.84% from 484); Blue value is 118 (46.48% from 255 or 24.38% from 484); Max value from RGB is 188 - color contains mainly: green. Hex color #B2BC76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2BC76 is #4D4389. Grayscale: #B1B1B1. Windows color (decimal): -5063562 or 7781554. OLE color: 7781554.

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

Color convert

RGB178188118-
CMYK0.0500.370.26
HSL68.57º34.31%60%-
HSV(B)68.57º37.23%73.73%-
XYZ39.6146.7424.07-
YUV177.0394.69128.69-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 36.78%
GREEN value IS 188 (73.83% from 255) = 38.84%
BLUE value IS 118 (46.48% from 255) = 24.38%
R=36.78%
G=38.84%
B=24.38%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1781881180.0500.370.2668.5734.3160
HexB2BC7650251A45223c
Octal2622741665045321054274
Binary101100101011110011101101010100101110101000101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2BC76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2BC76; }

 p { color: rgb(178,188,118); }

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

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

 a { background-color: rgb(178,188,118); }

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

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

 span { border-color: rgb(178,188,118); }

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