#B2B78A

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

Shades of Pine Glade #B2B78A

Tints of Pine Glade #B2B78A

Color information

#B2B78A (or 0xB2B78A) is unknown color: approx Pine Glade. HEX triplet: B2, B7 and 8A. RGB value is (178,183,138). Sum of RGB (Red+Green+Blue) = 178+183+138=499 (66% of max value = 765). Red value is 178 (69.92% from 255 or 35.67% from 499); Green value is 183 (71.88% from 255 or 36.67% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B78A is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B78A is #4D4875. Grayscale: #B0B0B0. Windows color (decimal): -5064822 or 9090994. OLE color: 9090994.

HSL color Cylindrical-coordinate representation of color #B2B78A: hue angle of 66.67º degrees, saturation: 0.24, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B78A is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.28.

Color convert

RGB178183138-
CMYK0.0300.250.28
HSL66.67º23.81%62.94%-
HSV(B)66.67º24.59%71.76%-
XYZ39.8845.1730.66-
YUV176.38106.34129.16-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 35.67%
GREEN value IS 183 (71.88% from 255) = 36.67%
BLUE value IS 138 (54.30% from 255) = 27.66%
R=35.67%
G=36.67%
B=27.66%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal1781831380.0300.250.2866.6723.8162.94
HexB2B78A30191C43183f
Octal2622672123031341033077
Binary1011001010110111100010101101100111100100001111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2B78A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2B78A; }

 p { color: rgb(178,183,138); }

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

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

 a { background-color: rgb(178,183,138); }

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

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

 span { border-color: rgb(178,183,138); }

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