Html Css Color HEX #B1B972 Pine Glade

📋 copy color: '#B1B972'

red 177 ◦ green 185 ◦ blue 114

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

Shades of Pine Glade #B1B972

Tints of Pine Glade #B1B972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 23.95%

R = 37.18%
G = 38.87%
B = 23.95%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.38

 K value IS 0.27

RGB Variations

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

Color information

#B1B972 (or 0xB1B972) is known color: Pine Glade. HEX triplet: B1, B9 and 72. RGB value is (177,185,114). Sum of RGB (Red+Green+Blue) = 177+185+114=476 (63% of max value = 765). Red value is 177 (69.53% from 255 or 37.18% from 476); Green value is 185 (72.66% from 255 or 38.87% from 476); Blue value is 114 (44.92% from 255 or 23.95% from 476); Max value from RGB is 185 - color contains mainly: green. Hex color #B1B972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1B972 is #4E468D. Grayscale: #AEAEAE. Windows color (decimal): -5129870 or 7518641. OLE color: 7518641.

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

Color convert

RGB 177 185 114 -
CMYK 0.04 0 0.38 0.27
HSL 66.76º 0.34% 0.59% -
HSV(B) 66.76º 0.38% 0.73% -
XYZ 38.52 45.26 22.63 -
YUV 174.51 93.85 129.77 -
System Red Green Blue C M Y K H S L
Decimal 177 185 114 0.04 0 0.38 0.27 66.76 0.34 0.59
Hex B1 B9 72 4 0 26 1B 43 22 3B
Octal 261 271 162 4 0 46 33 103 42 73
Binary 10110001 10111001 1110010 100 0 100110 11011 1000011 100010 111011

Color Harmonies of #B1B972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B1B972

Black with #B1B972

Text Example


Text Example

White with #B1B972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B1B972; }

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

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

background-color css

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

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

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

border-color css

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

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

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