#BCBF79

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

Shades of Pine Glade #BCBF79

Tints of Pine Glade #BCBF79

Color information

#BCBF79 (or 0xBCBF79) is unknown color: approx Pine Glade. HEX triplet: BC, BF and 79. RGB value is (188,191,121). Sum of RGB (Red+Green+Blue) = 188+191+121=500 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.6% from 500); Green value is 191 (75% from 255 or 38.2% from 500); Blue value is 121 (47.66% from 255 or 24.2% from 500); Max value from RGB is 191 - color contains mainly: green. Hex color #BCBF79 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCBF79 is #434086. Grayscale: #B6B6B6. Windows color (decimal): -4407431 or 7978940. OLE color: 7978940.

HSL color Cylindrical-coordinate representation of color #BCBF79: hue angle of 62.57º degrees, saturation: 0.35, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BCBF79 is Cyan = 0.02, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.25.

Color convert

RGB188191121-
CMYK0.0200.370.25
HSL62.57º35.35%61.18%-
HSV(B)62.57º36.65%74.9%-
XYZ42.8249.3325.35-
YUV182.1293.51132.19-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.6%
GREEN value IS 191 (75% from 255) = 38.2%
BLUE value IS 121 (47.66% from 255) = 24.2%
R=37.6%
G=38.2%
B=24.2%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1881911210.0200.370.2562.5735.3561.18
HexBCBF792025193f233d
Octal274277171204531774375
Binary1011110010111111111100110010010111001111111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCBF79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCBF79; }

 p { color: rgb(188,191,121); }

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

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

 a { background-color: rgb(188,191,121); }

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

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

 span { border-color: rgb(188,191,121); }

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