Html Css Color HEX #B1B778 Pine Glade

📋 copy color: '#B1B778'

red 177 ◦ green 183 ◦ blue 120

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

Shades of Pine Glade #B1B778

Tints of Pine Glade #B1B778

RGB

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

 GREEN value IS 183 (71.88% from 255) = 38.13%

 BLUE value IS 120 (47.27% from 255) = 25%

R = 36.88%
G = 38.13%
B = 25%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.34

 K value IS 0.28

RGB Variations

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

Color information

#B1B778 (or 0xB1B778) is known color: Pine Glade. HEX triplet: B1, B7 and 78. RGB value is (177,183,120). Sum of RGB (Red+Green+Blue) = 177+183+120=480 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.88% from 480); Green value is 183 (71.88% from 255 or 38.12% from 480); Blue value is 120 (47.27% from 255 or 25% from 480); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B778 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B778 is #4E4887. Grayscale: #AEAEAE. Windows color (decimal): -5130376 or 7911345. OLE color: 7911345.

HSL color Cylindrical-coordinate representation of color #B1B778: hue angle of 65.71º degrees, saturation: 0.3, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #B1B778 is Cyan = 0.03, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 183 120 -
CMYK 0.03 0 0.34 0.28
HSL 65.71º 0.3% 0.59% -
HSV(B) 65.71º 0.34% 0.72% -
XYZ 38.46 44.57 24.35 -
YUV 174.02 97.51 130.12 -
System Red Green Blue C M Y K H S L
Decimal 177 183 120 0.03 0 0.34 0.28 65.71 0.3 0.59
Hex B1 B7 78 3 0 22 1C 42 1E 3B
Octal 261 267 170 3 0 42 34 102 36 73
Binary 10110001 10110111 1111000 11 0 100010 11100 1000010 11110 111011

Color Harmonies of #B1B778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B778

Black with #B1B778

Text Example


Text Example

White with #B1B778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B778; }

 p { color: rgb(177,183,120); }

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

background-color css

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

 a { background-color: rgb(177,183,120); }

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

border-color css

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

 span { border-color: rgb(177,183,120); }

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