Html Css Color HEX #B2B688 Pine Glade

📋 copy color: '#B2B688'

red 178 ◦ green 182 ◦ blue 136

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

Shades of Pine Glade #B2B688

Tints of Pine Glade #B2B688

RGB

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

 GREEN value IS 182 (71.48% from 255) = 36.69%

 BLUE value IS 136 (53.52% from 255) = 27.42%

R = 35.89%
G = 36.69%
B = 27.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.25

 K value IS 0.29

RGB Variations

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

Color information

#B2B688 (or 0xB2B688) is known color: Pine Glade. HEX triplet: B2, B6 and 88. RGB value is (178,182,136). Sum of RGB (Red+Green+Blue) = 178+182+136=496 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.89% from 496); Green value is 182 (71.48% from 255 or 36.69% from 496); Blue value is 136 (53.52% from 255 or 27.42% from 496); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B688 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B688 is #4D4977. Grayscale: #AFAFAF. Windows color (decimal): -5065080 or 8959666. OLE color: 8959666.

HSL color Cylindrical-coordinate representation of color #B2B688: hue angle of 65.22º degrees, saturation: 0.24, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #B2B688 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 182 136 -
CMYK 0.02 0 0.25 0.29
HSL 65.22º 0.24% 0.62% -
HSV(B) 65.22º 0.25% 0.71% -
XYZ 39.53 44.7 29.84 -
YUV 175.56 105.67 129.74 -
System Red Green Blue C M Y K H S L
Decimal 178 182 136 0.02 0 0.25 0.29 65.22 0.24 0.62
Hex B2 B6 88 2 0 19 1D 41 18 3E
Octal 262 266 210 2 0 31 35 101 30 76
Binary 10110010 10110110 10001000 10 0 11001 11101 1000001 11000 111110

Color Harmonies of #B2B688

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B688

Black with #B2B688

Text Example


Text Example

White with #B2B688

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B688; }

 p { color: rgb(178,182,136); }

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

background-color css

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

 a { background-color: rgb(178,182,136); }

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

border-color css

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

 span { border-color: rgb(178,182,136); }

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