Html Css Color HEX #B0B584 Pine Glade

📋 copy color: '#B0B584'

red 176 ◦ green 181 ◦ blue 132

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

Shades of Pine Glade #B0B584

Tints of Pine Glade #B0B584

RGB

 RED value IS 176 (69.14% from 255) = 35.99%

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

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

R = 35.99%
G = 37.01%
B = 26.99%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B0B584 (or 0xB0B584) is known color: Pine Glade. HEX triplet: B0, B5 and 84. RGB value is (176,181,132). Sum of RGB (Red+Green+Blue) = 176+181+132=489 (64% of max value = 765). Red value is 176 (69.14% from 255 or 35.99% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #B0B584 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B0B584 is #4F4A7B. Grayscale: #AEAEAE. Windows color (decimal): -5196412 or 8697264. OLE color: 8697264.

HSL color Cylindrical-coordinate representation of color #B0B584: hue angle of 66.12º 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 #B0B584 is Cyan = 0.03, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.29.

Color convert

RGB 176 181 132 -
CMYK 0.03 0 0.27 0.29
HSL 66.12º 0.25% 0.61% -
HSV(B) 66.12º 0.27% 0.71% -
XYZ 38.59 43.94 28.28 -
YUV 173.92 104.34 129.48 -
System Red Green Blue C M Y K H S L
Decimal 176 181 132 0.03 0 0.27 0.29 66.12 0.25 0.61
Hex B0 B5 84 3 0 1B 1D 42 19 3D
Octal 260 265 204 3 0 33 35 102 31 75
Binary 10110000 10110101 10000100 11 0 11011 11101 1000010 11001 111101

Color Harmonies of #B0B584

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0B584

Black with #B0B584

Text Example


Text Example

White with #B0B584

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0B584; }

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

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

background-color css

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

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

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

border-color css

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

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

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