Html Css Color HEX #B2B384 Pine Glade

📋 copy color: '#B2B384'

red 178 ◦ green 179 ◦ blue 132

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

Shades of Pine Glade #B2B384

Tints of Pine Glade #B2B384

RGB

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

 GREEN value IS 179 (70.31% from 255) = 36.61%

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

R = 36.4%
G = 36.61%
B = 26.99%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.26

 K value IS 0.30

RGB Variations

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

Color information

#B2B384 (or 0xB2B384) is known color: Pine Glade. HEX triplet: B2, B3 and 84. RGB value is (178,179,132). Sum of RGB (Red+Green+Blue) = 178+179+132=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 179 (70.31% from 255 or 36.61% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 179 - color contains mainly: green. Hex color #B2B384 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B384 is #4D4C7B. Grayscale: #ADADAD. Windows color (decimal): -5065852 or 8696754. OLE color: 8696754.

HSL color Cylindrical-coordinate representation of color #B2B384: hue angle of 61.28º degrees, saturation: 0.24, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B2B384 is Cyan = 0.01, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 179 132 -
CMYK 0.01 0 0.26 0.30
HSL 61.28º 0.24% 0.61% -
HSV(B) 61.28º 0.26% 0.7% -
XYZ 38.65 43.37 28.16 -
YUV 173.34 104.67 131.32 -
System Red Green Blue C M Y K H S L
Decimal 178 179 132 0.01 0 0.26 0.30 61.28 0.24 0.61
Hex B2 B3 84 1 0 1A 1E 3D 18 3D
Octal 262 263 204 1 0 32 36 75 30 75
Binary 10110010 10110011 10000100 1 0 11010 11110 111101 11000 111101

Color Harmonies of #B2B384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B384

Black with #B2B384

Text Example


Text Example

White with #B2B384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B384; }

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

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

background-color css

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

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

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

border-color css

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

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

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