Html Css Color HEX #B2B976 Pine Glade

📋 copy color: '#B2B976'

red 178 ◦ green 185 ◦ blue 118

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

Shades of Pine Glade #B2B976

Tints of Pine Glade #B2B976

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 24.53%

R = 37.01%
G = 38.46%
B = 24.53%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.36

 K value IS 0.27

RGB Variations

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

Color information

#B2B976 (or 0xB2B976) is known color: Pine Glade. HEX triplet: B2, B9 and 76. RGB value is (178,185,118). Sum of RGB (Red+Green+Blue) = 178+185+118=481 (63% of max value = 765). Red value is 178 (69.92% from 255 or 37.01% from 481); Green value is 185 (72.66% from 255 or 38.46% from 481); Blue value is 118 (46.48% from 255 or 24.53% from 481); Max value from RGB is 185 - color contains mainly: green. Hex color #B2B976 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B2B976 is #4D4689. Grayscale: #AFAFAF. Windows color (decimal): -5064330 or 7780786. OLE color: 7780786.

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

Color convert

RGB 178 185 118 -
CMYK 0.04 0 0.36 0.27
HSL 66.27º 0.32% 0.59% -
HSV(B) 66.27º 0.36% 0.73% -
XYZ 38.98 45.47 23.86 -
YUV 175.27 95.68 129.95 -
System Red Green Blue C M Y K H S L
Decimal 178 185 118 0.04 0 0.36 0.27 66.27 0.32 0.59
Hex B2 B9 76 4 0 24 1B 42 20 3B
Octal 262 271 166 4 0 44 33 102 40 73
Binary 10110010 10111001 1110110 100 0 100100 11011 1000010 100000 111011

Color Harmonies of #B2B976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B976

Black with #B2B976

Text Example


Text Example

White with #B2B976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B976; }

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

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

background-color css

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

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

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

border-color css

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

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

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