Html Css Color HEX #B6B980 Pine Glade

📋 copy color: '#B6B980'

red 182 ◦ green 185 ◦ blue 128

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

Shades of Pine Glade #B6B980

Tints of Pine Glade #B6B980

RGB

 RED value IS 182 (71.48% from 255) = 36.77%

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

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

R = 36.77%
G = 37.37%
B = 25.86%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.31

 K value IS 0.27

RGB Variations

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

Color information

#B6B980 (or 0xB6B980) is known color: Pine Glade. HEX triplet: B6, B9 and 80. RGB value is (182,185,128). Sum of RGB (Red+Green+Blue) = 182+185+128=495 (65% of max value = 765). Red value is 182 (71.48% from 255 or 36.77% from 495); Green value is 185 (72.66% from 255 or 37.37% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 185 - color contains mainly: green. Hex color #B6B980 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #B6B980 is #49467F. Grayscale: #B1B1B1. Windows color (decimal): -4802176 or 8436150. OLE color: 8436150.

HSL color Cylindrical-coordinate representation of color #B6B980: hue angle of 63.16º 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 #B6B980 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.27.

Color convert

RGB 182 185 128 -
CMYK 0.02 0 0.31 0.27
HSL 63.16º 0.29% 0.61% -
HSV(B) 63.16º 0.31% 0.73% -
XYZ 40.54 46.2 27.2 -
YUV 177.61 100.01 131.13 -
System Red Green Blue C M Y K H S L
Decimal 182 185 128 0.02 0 0.31 0.27 63.16 0.29 0.61
Hex B6 B9 80 2 0 1F 1B 3F 1D 3D
Octal 266 271 200 2 0 37 33 77 35 75
Binary 10110110 10111001 10000000 10 0 11111 11011 111111 11101 111101

Color Harmonies of #B6B980

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B6B980

Black with #B6B980

Text Example


Text Example

White with #B6B980

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B6B980; }

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

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

background-color css

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

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

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

border-color css

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

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

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