Html Css Color HEX #B2B685 Pine Glade

📋 copy color: '#B2B685'

red 178 ◦ green 182 ◦ blue 133

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

Shades of Pine Glade #B2B685

Tints of Pine Glade #B2B685

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 26.98%

R = 36.11%
G = 36.92%
B = 26.98%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B2B685 (or 0xB2B685) is known color: Pine Glade. HEX triplet: B2, B6 and 85. RGB value is (178,182,133). Sum of RGB (Red+Green+Blue) = 178+182+133=493 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.11% from 493); Green value is 182 (71.48% from 255 or 36.92% from 493); Blue value is 133 (52.34% from 255 or 26.98% from 493); Max value from RGB is 182 - color contains mainly: green. Hex color #B2B685 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B685 is #4D497A. Grayscale: #AFAFAF. Windows color (decimal): -5065083 or 8763058. OLE color: 8763058.

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

Color convert

RGB 178 182 133 -
CMYK 0.02 0 0.27 0.29
HSL 64.9º 0.25% 0.62% -
HSV(B) 64.9º 0.27% 0.71% -
XYZ 39.32 44.61 28.73 -
YUV 175.22 104.17 129.98 -
System Red Green Blue C M Y K H S L
Decimal 178 182 133 0.02 0 0.27 0.29 64.9 0.25 0.62
Hex B2 B6 85 2 0 1B 1D 41 19 3E
Octal 262 266 205 2 0 33 35 101 31 76
Binary 10110010 10110110 10000101 10 0 11011 11101 1000001 11001 111110

Color Harmonies of #B2B685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B685

Black with #B2B685

Text Example


Text Example

White with #B2B685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B685; }

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

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

background-color css

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

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

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

border-color css

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

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

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