#BCDC5F

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

Shades of Conifer #BCDC5F

Tints of Conifer #BCDC5F

Color information

#BCDC5F (or 0xBCDC5F) is unknown color: approx Conifer. HEX triplet: BC, DC and 5F. RGB value is (188,220,95). Sum of RGB (Red+Green+Blue) = 188+220+95=503 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.38% from 503); Green value is 220 (86.33% from 255 or 43.74% from 503); Blue value is 95 (37.5% from 255 or 18.89% from 503); Max value from RGB is 220 - color contains mainly: green. Hex color #BCDC5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDC5F is #4323A0. Grayscale: #C4C4C4. Windows color (decimal): -4400033 or 6282428. OLE color: 6282428.

HSL color Cylindrical-coordinate representation of color #BCDC5F: hue angle of 75.36º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BCDC5F is Cyan = 0.15, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.14.

Color convert

RGB18822095-
CMYK0.1500.570.14
HSL75.36º64.1%61.76%-
HSV(B)75.36º56.82%86.27%-
XYZ48.462.720.38-
YUV196.1870.9122.16-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.38%
GREEN value IS 220 (86.33% from 255) = 43.74%
BLUE value IS 95 (37.5% from 255) = 18.89%
R=37.38%
G=43.74%
B=18.89%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal188220950.1500.570.1475.3664.161.76
HexBCDC5FF039E4b403e
Octal274334137170711611310076
Binary1011110011011100101111111110111001111010010111000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDC5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDC5F; }

 p { color: rgb(188,220,95); }

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

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

 a { background-color: rgb(188,220,95); }

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

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

 span { border-color: rgb(188,220,95); }

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