Html Css Color HEX #B1B97C Pine Glade

📋 copy color: '#B1B97C'

red 177 ◦ green 185 ◦ blue 124

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

Shades of Pine Glade #B1B97C

Tints of Pine Glade #B1B97C

RGB

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

 GREEN value IS 185 (72.66% from 255) = 38.07%

 BLUE value IS 124 (48.83% from 255) = 25.51%

R = 36.42%
G = 38.07%
B = 25.51%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.33

 K value IS 0.27

RGB Variations

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

Color information

#B1B97C (or 0xB1B97C) is known color: Pine Glade. HEX triplet: B1, B9 and 7C. RGB value is (177,185,124). Sum of RGB (Red+Green+Blue) = 177+185+124=486 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.42% from 486); Green value is 185 (72.66% from 255 or 38.07% from 486); Blue value is 124 (48.83% from 255 or 25.51% from 486); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B97C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B97C is #4E4683. Grayscale: #AFAFAF. Windows color (decimal): -5129860 or 8174001. OLE color: 8174001.

HSL color Cylindrical-coordinate representation of color #B1B97C: hue angle of 67.87º degrees, saturation: 0.3, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #B1B97C is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.27.

Color convert

RGB 177 185 124 -
CMYK 0.04 0 0.33 0.27
HSL 67.87º 0.3% 0.61% -
HSV(B) 67.87º 0.33% 0.73% -
XYZ 39.12 45.5 25.79 -
YUV 175.65 98.85 128.96 -
System Red Green Blue C M Y K H S L
Decimal 177 185 124 0.04 0 0.33 0.27 67.87 0.3 0.61
Hex B1 B9 7C 4 0 21 1B 44 1E 3D
Octal 261 271 174 4 0 41 33 104 36 75
Binary 10110001 10111001 1111100 100 0 100001 11011 1000100 11110 111101

Color Harmonies of #B1B97C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B97C

Black with #B1B97C

Text Example


Text Example

White with #B1B97C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B97C; }

 p { color: rgb(177,185,124); }

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

background-color css

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

 a { background-color: rgb(177,185,124); }

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

border-color css

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

 span { border-color: rgb(177,185,124); }

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