Html Css Color HEX #B1B77C Pine Glade

📋 copy color: '#B1B77C'

red 177 ◦ green 183 ◦ blue 124

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

Shades of Pine Glade #B1B77C

Tints of Pine Glade #B1B77C

RGB

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

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

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

R = 36.57%
G = 37.81%
B = 25.62%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.32

 K value IS 0.28

RGB Variations

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

Color information

#B1B77C (or 0xB1B77C) is known color: Pine Glade. HEX triplet: B1, B7 and 7C. RGB value is (177,183,124). Sum of RGB (Red+Green+Blue) = 177+183+124=484 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.57% from 484); Green value is 183 (71.88% from 255 or 37.81% from 484); Blue value is 124 (48.83% from 255 or 25.62% from 484); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B77C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B77C is #4E4883. Grayscale: #AEAEAE. Windows color (decimal): -5130372 or 8173489. OLE color: 8173489.

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

Color convert

RGB 177 183 124 -
CMYK 0.03 0 0.32 0.28
HSL 66.1º 0.29% 0.6% -
HSV(B) 66.1º 0.32% 0.72% -
XYZ 38.7 44.67 25.65 -
YUV 174.48 99.51 129.8 -
System Red Green Blue C M Y K H S L
Decimal 177 183 124 0.03 0 0.32 0.28 66.1 0.29 0.6
Hex B1 B7 7C 3 0 20 1C 42 1D 3C
Octal 261 267 174 3 0 40 34 102 35 74
Binary 10110001 10110111 1111100 11 0 100000 11100 1000010 11101 111100

Color Harmonies of #B1B77C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B77C

Black with #B1B77C

Text Example


Text Example

White with #B1B77C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B77C; }

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

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

background-color css

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

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

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

border-color css

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

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

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