Html Css Color HEX #B1B681 Pine Glade

📋 copy color: '#B1B681'

red 177 ◦ green 182 ◦ blue 129

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

Shades of Pine Glade #B1B681

Tints of Pine Glade #B1B681

RGB

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

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

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

R = 36.27%
G = 37.3%
B = 26.43%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.29

 K value IS 0.29

RGB Variations

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

Color information

#B1B681 (or 0xB1B681) is known color: Pine Glade. HEX triplet: B1, B6 and 81. RGB value is (177,182,129). Sum of RGB (Red+Green+Blue) = 177+182+129=488 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.27% from 488); Green value is 182 (71.48% from 255 or 37.30% from 488); Blue value is 129 (50.78% from 255 or 26.43% from 488); Max value from RGB is 182 - color contains mainly: green. Hex color #B1B681 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #B1B681 is #4E497E. Grayscale: #AEAEAE. Windows color (decimal): -5130623 or 8500913. OLE color: 8500913.

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

Color convert

RGB 177 182 129 -
CMYK 0.03 0 0.29 0.29
HSL 65.66º 0.27% 0.61% -
HSV(B) 65.66º 0.29% 0.71% -
XYZ 38.82 44.39 27.29 -
YUV 174.46 102.34 129.81 -
System Red Green Blue C M Y K H S L
Decimal 177 182 129 0.03 0 0.29 0.29 65.66 0.27 0.61
Hex B1 B6 81 3 0 1D 1D 42 1B 3D
Octal 261 266 201 3 0 35 35 102 33 75
Binary 10110001 10110110 10000001 11 0 11101 11101 1000010 11011 111101

Color Harmonies of #B1B681

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B681

Black with #B1B681

Text Example


Text Example

White with #B1B681

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B681; }

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

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

background-color css

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

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

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

border-color css

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

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

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