Html Css Color HEX #B2B482 Pine Glade

📋 copy color: '#B2B482'

red 178 ◦ green 180 ◦ blue 130

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

Shades of Pine Glade #B2B482

Tints of Pine Glade #B2B482

RGB

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

 GREEN value IS 180 (70.7% from 255) = 36.89%

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

R = 36.48%
G = 36.89%
B = 26.64%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.28

 K value IS 0.29

RGB Variations

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

Color information

#B2B482 (or 0xB2B482) is known color: Pine Glade. HEX triplet: B2, B4 and 82. RGB value is (178,180,130). Sum of RGB (Red+Green+Blue) = 178+180+130=488 (64% of max value = 765). Red value is 178 (69.92% from 255 or 36.48% from 488); Green value is 180 (70.70% from 255 or 36.89% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 180 - color contains mainly: green. Hex color #B2B482 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B2B482 is #4D4B7D. Grayscale: #ADADAD. Windows color (decimal): -5065598 or 8565938. OLE color: 8565938.

HSL color Cylindrical-coordinate representation of color #B2B482: hue angle of 62.4º degrees, saturation: 0.25, 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 #B2B482 is Cyan = 0.01, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.29.

Color convert

RGB 178 180 130 -
CMYK 0.01 0 0.28 0.29
HSL 62.4º 0.25% 0.61% -
HSV(B) 62.4º 0.28% 0.71% -
XYZ 38.71 43.72 27.52 -
YUV 173.7 103.34 131.07 -
System Red Green Blue C M Y K H S L
Decimal 178 180 130 0.01 0 0.28 0.29 62.4 0.25 0.61
Hex B2 B4 82 1 0 1C 1D 3E 19 3D
Octal 262 264 202 1 0 34 35 76 31 75
Binary 10110010 10110100 10000010 1 0 11100 11101 111110 11001 111101

Color Harmonies of #B2B482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B2B482

Black with #B2B482

Text Example


Text Example

White with #B2B482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B2B482; }

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

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

background-color css

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

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

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

border-color css

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

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

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