Html Css Color HEX #B2B980 Pine Glade

📋 copy color: '#B2B980'

red 178 ◦ green 185 ◦ blue 128

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

Shades of Pine Glade #B2B980

Tints of Pine Glade #B2B980

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37.68%

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

R = 36.25%
G = 37.68%
B = 26.07%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B2B980 (or 0xB2B980) is known color: Pine Glade. HEX triplet: B2, B9 and 80. RGB value is (178,185,128). Sum of RGB (Red+Green+Blue) = 178+185+128=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 185 (72.66% from 255 or 37.68% from 491); Blue value is 128 (50.39% from 255 or 26.07% from 491); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B980 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B980 is #4D467F. Grayscale: #B0B0B0. Windows color (decimal): -5064320 or 8436146. OLE color: 8436146.

HSL color Cylindrical-coordinate representation of color #B2B980: hue angle of 67.37º degrees, saturation: 0.29, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B2B980 is Cyan = 0.04, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 178 185 128 -
CMYK 0.04 0 0.31 0.27
HSL 67.37º 0.29% 0.61% -
HSV(B) 67.37º 0.31% 0.73% -
XYZ 39.61 45.72 27.16 -
YUV 176.41 100.68 129.13 -
System Red Green Blue C M Y K H S L
Decimal 178 185 128 0.04 0 0.31 0.27 67.37 0.29 0.61
Hex B2 B9 80 4 0 1F 1B 43 1D 3D
Octal 262 271 200 4 0 37 33 103 35 75
Binary 10110010 10111001 10000000 100 0 11111 11011 1000011 11101 111101

Color Harmonies of #B2B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B980

Black with #B2B980

Text Example


Text Example

White with #B2B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B980; }

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

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

background-color css

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

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

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

border-color css

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

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

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