#BCC36F

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

Shades of Pine Glade #BCC36F

Tints of Pine Glade #BCC36F

Color information

#BCC36F (or 0xBCC36F) is unknown color: approx Pine Glade. HEX triplet: BC, C3 and 6F. RGB value is (188,195,111). Sum of RGB (Red+Green+Blue) = 188+195+111=494 (65% of max value = 765). Red value is 188 (73.83% from 255 or 38.06% from 494); Green value is 195 (76.56% from 255 or 39.47% from 494); Blue value is 111 (43.75% from 255 or 22.47% from 494); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC36F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC36F is #433C90. Grayscale: #B7B7B7. Windows color (decimal): -4406417 or 7324604. OLE color: 7324604.

HSL color Cylindrical-coordinate representation of color #BCC36F: hue angle of 65º degrees, saturation: 0.41, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BCC36F is Cyan = 0.04, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.24.

Color convert

RGB188195111-
CMYK0.0400.430.24
HSL65º41.18%60%-
HSV(B)65º43.08%76.47%-
XYZ43.1250.8722.58-
YUV183.3387.18131.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 38.06%
GREEN value IS 195 (76.56% from 255) = 39.47%
BLUE value IS 111 (43.75% from 255) = 22.47%
R=38.06%
G=39.47%
B=22.47%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1881951110.0400.430.246541.1860
HexBCC36F402B1841293c
Octal2743031574053301015174
Binary101111001100001111011111000101011110001000001101001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC36F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC36F; }

 p { color: rgb(188,195,111); }

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

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

 a { background-color: rgb(188,195,111); }

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

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

 span { border-color: rgb(188,195,111); }

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