Html Css Color HEX #B1B684 Pine Glade

📋 copy color: '#B1B684'

red 177 ◦ green 182 ◦ blue 132

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

Shades of Pine Glade #B1B684

Tints of Pine Glade #B1B684

RGB

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

 GREEN value IS 182 (71.48% from 255) = 37.07%

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

R = 36.05%
G = 37.07%
B = 26.88%

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

#B1B684 (or 0xB1B684) is known color: Pine Glade. HEX triplet: B1, B6 and 84. RGB value is (177,182,132). Sum of RGB (Red+Green+Blue) = 177+182+132=491 (65% of max value = 765). Red value is 177 (69.53% from 255 or 36.05% from 491); Green value is 182 (71.48% from 255 or 37.07% from 491); Blue value is 132 (51.95% from 255 or 26.88% from 491); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B684 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B684 is #4E497B. Grayscale: #AFAFAF. Windows color (decimal): -5130620 or 8697521. OLE color: 8697521.

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

Color convert

RGB 177 182 132 -
CMYK 0.03 0 0.27 0.29
HSL 66º 0.26% 0.62% -
HSV(B) 66º 0.27% 0.71% -
XYZ 39.02 44.47 28.36 -
YUV 174.81 103.84 129.57 -
System Red Green Blue C M Y K H S L
Decimal 177 182 132 0.03 0 0.27 0.29 66 0.26 0.62
Hex B1 B6 84 3 0 1B 1D 42 1A 3E
Octal 261 266 204 3 0 33 35 102 32 76
Binary 10110001 10110110 10000100 11 0 11011 11101 1000010 11010 111110

Color Harmonies of #B1B684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B684

Black with #B1B684

Text Example


Text Example

White with #B1B684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B684; }

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

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

background-color css

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

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

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

border-color css

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

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

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