Html Css Color HEX #B2B582 Pine Glade

📋 copy color: '#B2B582'

red 178 ◦ green 181 ◦ blue 130

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

Shades of Pine Glade #B2B582

Tints of Pine Glade #B2B582

RGB

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

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

 BLUE value IS 130 (51.17% from 255) = 26.58%

R = 36.4%
G = 37.01%
B = 26.58%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B2B582 (or 0xB2B582) is known color: Pine Glade. HEX triplet: B2, B5 and 82. RGB value is (178,181,130). Sum of RGB (Red+Green+Blue) = 178+181+130=489 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.40% from 489); Green value is 181 (71.09% from 255 or 37.01% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B582 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B582 is #4D4A7D. Grayscale: #AEAEAE. Windows color (decimal): -5065342 or 8566194. OLE color: 8566194.

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

Color convert

RGB 178 181 130 -
CMYK 0.02 0 0.28 0.29
HSL 63.53º 0.26% 0.61% -
HSV(B) 63.53º 0.28% 0.71% -
XYZ 38.91 44.12 27.59 -
YUV 174.29 103.01 130.65 -
System Red Green Blue C M Y K H S L
Decimal 178 181 130 0.02 0 0.28 0.29 63.53 0.26 0.61
Hex B2 B5 82 2 0 1C 1D 40 1A 3D
Octal 262 265 202 2 0 34 35 100 32 75
Binary 10110010 10110101 10000010 10 0 11100 11101 1000000 11010 111101

Color Harmonies of #B2B582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B582

Black with #B2B582

Text Example


Text Example

White with #B2B582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B582; }

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

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

background-color css

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

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

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

border-color css

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

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

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