Html Css Color HEX #B1B279 Pine Glade

📋 copy color: '#B1B279'

red 177 ◦ green 178 ◦ blue 121

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

Shades of Pine Glade #B1B279

Tints of Pine Glade #B1B279

RGB

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

 GREEN value IS 178 (69.92% from 255) = 37.39%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 37.18%
G = 37.39%
B = 25.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.32

 K value IS 0.30

RGB Variations

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

Color information

#B1B279 (or 0xB1B279) is known color: Pine Glade. HEX triplet: B1, B2 and 79. RGB value is (177,178,121). Sum of RGB (Red+Green+Blue) = 177+178+121=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 178 (69.92% from 255 or 37.39% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 178 - color contains mainly: green. Hex color #B1B279 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #B1B279 is #4E4D86. Grayscale: #ABABAB. Windows color (decimal): -5131655 or 7975601. OLE color: 7975601.

HSL color Cylindrical-coordinate representation of color #B1B279: hue angle of 61.05º degrees, saturation: 0.27, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #B1B279 is Cyan = 0.01, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.30.

Color convert

RGB 177 178 121 -
CMYK 0.01 0 0.32 0.30
HSL 61.05º 0.27% 0.59% -
HSV(B) 61.05º 0.32% 0.7% -
XYZ 37.5 42.57 24.33 -
YUV 171.2 99.67 132.13 -
System Red Green Blue C M Y K H S L
Decimal 177 178 121 0.01 0 0.32 0.30 61.05 0.27 0.59
Hex B1 B2 79 1 0 20 1E 3D 1B 3B
Octal 261 262 171 1 0 40 36 75 33 73
Binary 10110001 10110010 1111001 1 0 100000 11110 111101 11011 111011

Color Harmonies of #B1B279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B279

Black with #B1B279

Text Example


Text Example

White with #B1B279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B279; }

 p { color: rgb(177,178,121); }

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

background-color css

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

 a { background-color: rgb(177,178,121); }

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

border-color css

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

 span { border-color: rgb(177,178,121); }

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