Html Css Color HEX #B2B581 Pine Glade

📋 copy color: '#B2B581'

red 178 ◦ green 181 ◦ blue 129

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

Shades of Pine Glade #B2B581

Tints of Pine Glade #B2B581

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.43%

R = 36.48%
G = 37.09%
B = 26.43%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B2B581 (or 0xB2B581) is known color: Pine Glade. HEX triplet: B2, B5 and 81. RGB value is (178,181,129). Sum of RGB (Red+Green+Blue) = 178+181+129=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 181 (71.09% from 255 or 37.09% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 181 - color contains mainly: green. Hex color #B2B581 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B581 is #4D4A7E. Grayscale: #AEAEAE. Windows color (decimal): -5065343 or 8500658. OLE color: 8500658.

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

Color convert

RGB 178 181 129 -
CMYK 0.02 0 0.29 0.29
HSL 63.46º 0.26% 0.61% -
HSV(B) 63.46º 0.29% 0.71% -
XYZ 38.85 44.1 27.23 -
YUV 174.18 102.51 130.73 -
System Red Green Blue C M Y K H S L
Decimal 178 181 129 0.02 0 0.29 0.29 63.46 0.26 0.61
Hex B2 B5 81 2 0 1D 1D 3F 1A 3D
Octal 262 265 201 2 0 35 35 77 32 75
Binary 10110010 10110101 10000001 10 0 11101 11101 111111 11010 111101

Color Harmonies of #B2B581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B581

Black with #B2B581

Text Example


Text Example

White with #B2B581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B581; }

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

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

background-color css

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

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

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

border-color css

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

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

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