Html Css Color HEX #B1B77D Pine Glade

📋 copy color: '#B1B77D'

red 177 ◦ green 183 ◦ blue 125

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

Shades of Pine Glade #B1B77D

Tints of Pine Glade #B1B77D

RGB

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

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

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

R = 36.49%
G = 37.73%
B = 25.77%

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

#B1B77D (or 0xB1B77D) is known color: Pine Glade. HEX triplet: B1, B7 and 7D. RGB value is (177,183,125). Sum of RGB (Red+Green+Blue) = 177+183+125=485 (64% of max value = 765). Red value is 177 (69.53% from 255 or 36.49% from 485); Green value is 183 (71.88% from 255 or 37.73% from 485); Blue value is 125 (49.22% from 255 or 25.77% from 485); Max value from RGB is 183 - color contains mainly: green. Hex color #B1B77D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B77D is #4E4882. Grayscale: #AEAEAE. Windows color (decimal): -5130371 or 8239025. OLE color: 8239025.

HSL color Cylindrical-coordinate representation of color #B1B77D: hue angle of 66.21º 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 #B1B77D is Cyan = 0.03, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.28.

Color convert

RGB 177 183 125 -
CMYK 0.03 0 0.32 0.28
HSL 66.21º 0.29% 0.6% -
HSV(B) 66.21º 0.32% 0.72% -
XYZ 38.77 44.69 25.99 -
YUV 174.59 100.01 129.72 -
System Red Green Blue C M Y K H S L
Decimal 177 183 125 0.03 0 0.32 0.28 66.21 0.29 0.6
Hex B1 B7 7D 3 0 20 1C 42 1D 3C
Octal 261 267 175 3 0 40 34 102 35 74
Binary 10110001 10110111 1111101 11 0 100000 11100 1000010 11101 111100

Color Harmonies of #B1B77D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B77D

Black with #B1B77D

Text Example


Text Example

White with #B1B77D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B77D; }

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

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

background-color css

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

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

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

border-color css

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

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

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