#B1BC74

Color #B1BC74 Pine Glade (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Glade #B1BC74

Tints of Pine Glade #B1BC74

Color information

#B1BC74 (or 0xB1BC74) is unknown color: approx Pine Glade. HEX triplet: B1, BC and 74. RGB value is (177,188,116). Sum of RGB (Red+Green+Blue) = 177+188+116=481 (63% of max value = 765). Red value is 177 (69.53% from 255 or 36.80% from 481); Green value is 188 (73.83% from 255 or 39.09% from 481); Blue value is 116 (45.70% from 255 or 24.12% from 481); Max value from RGB is 188 - color contains mainly: green. Hex color #B1BC74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #B1BC74 is #4E438B. Grayscale: #B0B0B0. Windows color (decimal): -5129100 or 7650481. OLE color: 7650481.

HSL color Cylindrical-coordinate representation of color #B1BC74: hue angle of 69.17º degrees, saturation: 0.35, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B1BC74 is Cyan = 0.06, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.26.

Color convert

RGB177188116-
CMYK0.0600.380.26
HSL69.17º34.95%59.61%-
HSV(B)69.17º38.3%73.73%-
XYZ39.2746.5723.44-
YUV176.593.86128.35-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 36.80%
GREEN value IS 188 (73.83% from 255) = 39.09%
BLUE value IS 116 (45.70% from 255) = 24.12%
R=36.80%
G=39.09%
B=24.12%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1771881160.0600.380.2669.1734.9559.61
HexB1BC7460261A45233c
Octal2612741646046321054374
Binary101100011011110011101001100100110110101000101100011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1BC74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1BC74; }

 p { color: rgb(177,188,116); }

 H1.HeaderClassName
 {
   color: #B1BC74;
 }
 .AnyTagClassName
 {
   color: #B1BC74;
 }
</style>
background-color css

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

 a { background-color: rgb(177,188,116); }

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

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

 span { border-color: rgb(177,188,116); }

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