Html Css Color HEX #B1B484 Pine Glade

📋 copy color: '#B1B484'

red 177 ◦ green 180 ◦ blue 132

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

Shades of Pine Glade #B1B484

Tints of Pine Glade #B1B484

RGB

 RED value IS 177 (69.53% from 255) = 36.2%

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

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

R = 36.2%
G = 36.81%
B = 26.99%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.27

 K value IS 0.29

RGB Variations

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

Color information

#B1B484 (or 0xB1B484) is known color: Pine Glade. HEX triplet: B1, B4 and 84. RGB value is (177,180,132). Sum of RGB (Red+Green+Blue) = 177+180+132=489 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.20% from 489); Green value is 180 (70.70% from 255 or 36.81% from 489); Blue value is 132 (51.95% from 255 or 26.99% from 489); Max value from RGB is 180 - color contains mainly: green. Hex color #B1B484 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B484 is #4E4B7B. Grayscale: #ADADAD. Windows color (decimal): -5131132 or 8697009. OLE color: 8697009.

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

Color convert

RGB 177 180 132 -
CMYK 0.02 0 0.27 0.29
HSL 63.75º 0.24% 0.61% -
HSV(B) 63.75º 0.27% 0.71% -
XYZ 38.62 43.66 28.22 -
YUV 173.63 104.51 130.4 -
System Red Green Blue C M Y K H S L
Decimal 177 180 132 0.02 0 0.27 0.29 63.75 0.24 0.61
Hex B1 B4 84 2 0 1B 1D 40 18 3D
Octal 261 264 204 2 0 33 35 100 30 75
Binary 10110001 10110100 10000100 10 0 11011 11101 1000000 11000 111101

Color Harmonies of #B1B484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B484

Black with #B1B484

Text Example


Text Example

White with #B1B484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B484; }

 p { color: rgb(177,180,132); }

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

background-color css

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

 a { background-color: rgb(177,180,132); }

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

border-color css

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

 span { border-color: rgb(177,180,132); }

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