Html Css Color HEX #B2B689 Pine Glade

📋 copy color: '#B2B689'

red 178 ◦ green 182 ◦ blue 137

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

Shades of Pine Glade #B2B689

Tints of Pine Glade #B2B689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.57%

R = 35.81%
G = 36.62%
B = 27.57%

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

#B2B689 (or 0xB2B689) is known color: Pine Glade. HEX triplet: B2, B6 and 89. RGB value is (178,182,137). Sum of RGB (Red+Green+Blue) = 178+182+137=497 (65% of max value = 765). Red value is 178 (69.92% from 255 or 35.81% from 497); Green value is 182 (71.48% from 255 or 36.62% from 497); Blue value is 137 (53.91% from 255 or 27.57% from 497); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B689 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B689 is #4D4976. Grayscale: #AFAFAF. Windows color (decimal): -5065079 or 9025202. OLE color: 9025202.

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

Color convert

RGB 178 182 137 -
CMYK 0.02 0 0.25 0.29
HSL 65.33º 0.24% 0.63% -
HSV(B) 65.33º 0.25% 0.71% -
XYZ 39.6 44.73 30.21 -
YUV 175.67 106.17 129.66 -
System Red Green Blue C M Y K H S L
Decimal 178 182 137 0.02 0 0.25 0.29 65.33 0.24 0.63
Hex B2 B6 89 2 0 19 1D 41 18 3F
Octal 262 266 211 2 0 31 35 101 30 77
Binary 10110010 10110110 10001001 10 0 11001 11101 1000001 11000 111111

Color Harmonies of #B2B689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B689

Black with #B2B689

Text Example


Text Example

White with #B2B689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B689; }

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

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

background-color css

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

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

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

border-color css

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

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

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