Html Css Color HEX #B1B97D Pine Glade

📋 copy color: '#B1B97D'

red 177 ◦ green 185 ◦ blue 125

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

Shades of Pine Glade #B1B97D

Tints of Pine Glade #B1B97D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 25.67%

R = 36.34%
G = 37.99%
B = 25.67%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.32

 K value IS 0.27

RGB Variations

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

Color information

#B1B97D (or 0xB1B97D) is known color: Pine Glade. HEX triplet: B1, B9 and 7D. RGB value is (177,185,125). Sum of RGB (Red+Green+Blue) = 177+185+125=487 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.34% from 487); Green value is 185 (72.66% from 255 or 37.99% from 487); Blue value is 125 (49.22% from 255 or 25.67% from 487); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B97D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B97D is #4E4682. Grayscale: #B0B0B0. Windows color (decimal): -5129859 or 8239537. OLE color: 8239537.

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

Color convert

RGB 177 185 125 -
CMYK 0.04 0 0.32 0.27
HSL 68º 0.3% 0.61% -
HSV(B) 68º 0.32% 0.73% -
XYZ 39.18 45.53 26.12 -
YUV 175.77 99.35 128.88 -
System Red Green Blue C M Y K H S L
Decimal 177 185 125 0.04 0 0.32 0.27 68 0.3 0.61
Hex B1 B9 7D 4 0 20 1B 44 1E 3D
Octal 261 271 175 4 0 40 33 104 36 75
Binary 10110001 10111001 1111101 100 0 100000 11011 1000100 11110 111101

Color Harmonies of #B1B97D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B97D

Black with #B1B97D

Text Example


Text Example

White with #B1B97D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B97D; }

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

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

background-color css

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

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

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

border-color css

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

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

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