Html Css Color HEX #B2B780 Pine Glade

📋 copy color: '#B2B780'

red 178 ◦ green 183 ◦ blue 128

#B2B780
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pine Glade #B2B780

Tints of Pine Glade #B2B780

RGB

 RED value IS 178 (69.92% from 255) = 36.4%

 GREEN value IS 183 (71.88% from 255) = 37.42%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 36.4%
G = 37.42%
B = 26.18%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.30

 K value IS 0.28

RGB Variations

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

Color information

#B2B780 (or 0xB2B780) is known color: Pine Glade. HEX triplet: B2, B7 and 80. RGB value is (178,183,128). Sum of RGB (Red+Green+Blue) = 178+183+128=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 183 (71.88% from 255 or 37.42% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 183 - color contains mainly: green. Hex color #B2B780 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B780 is #4D487F. Grayscale: #AFAFAF. Windows color (decimal): -5064832 or 8435634. OLE color: 8435634.

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

Color convert

RGB 178 183 128 -
CMYK 0.03 0 0.30 0.28
HSL 65.45º 0.28% 0.61% -
HSV(B) 65.45º 0.3% 0.72% -
XYZ 39.19 44.89 27.02 -
YUV 175.24 101.34 129.97 -
System Red Green Blue C M Y K H S L
Decimal 178 183 128 0.03 0 0.30 0.28 65.45 0.28 0.61
Hex B2 B7 80 3 0 1E 1C 41 1C 3D
Octal 262 267 200 3 0 36 34 101 34 75
Binary 10110010 10110111 10000000 11 0 11110 11100 1000001 11100 111101

Color Harmonies of #B2B780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B780

Black with #B2B780

Text Example


Text Example

White with #B2B780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B780; }

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

 H1.HeaderClassName
 {
   color: #B2B780;
 }
 .AnyTagClassName
 {
   color: #B2B780;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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