Html Css Color HEX #B2B584 Pine Glade

📋 copy color: '#B2B584'

red 178 ◦ green 181 ◦ blue 132

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

Shades of Pine Glade #B2B584

Tints of Pine Glade #B2B584

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.86%

 BLUE value IS 132 (51.95% from 255) = 26.88%

R = 36.25%
G = 36.86%
B = 26.88%

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

#B2B584 (or 0xB2B584) is known color: Pine Glade. HEX triplet: B2, B5 and 84. RGB value is (178,181,132). Sum of RGB (Red+Green+Blue) = 178+181+132=491 (65% of max value = 765). Red value is 178 (69.92% from 255 or 36.25% from 491); Green value is 181 (71.09% from 255 or 36.86% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B584 is #4D4A7B. Grayscale: #AEAEAE. Windows color (decimal): -5065340 or 8697266. OLE color: 8697266.

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

Color convert

RGB 178 181 132 -
CMYK 0.02 0 0.27 0.29
HSL 63.67º 0.25% 0.61% -
HSV(B) 63.67º 0.27% 0.71% -
XYZ 39.05 44.18 28.3 -
YUV 174.52 104.01 130.48 -
System Red Green Blue C M Y K H S L
Decimal 178 181 132 0.02 0 0.27 0.29 63.67 0.25 0.61
Hex B2 B5 84 2 0 1B 1D 40 19 3D
Octal 262 265 204 2 0 33 35 100 31 75
Binary 10110010 10110101 10000100 10 0 11011 11101 1000000 11001 111101

Color Harmonies of #B2B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B584

Black with #B2B584

Text Example


Text Example

White with #B2B584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B584; }

 p { color: rgb(178,181,132); }

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

background-color css

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

 a { background-color: rgb(178,181,132); }

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

border-color css

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

 span { border-color: rgb(178,181,132); }

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