#BCDD5F

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

Shades of Conifer #BCDD5F

Tints of Conifer #BCDD5F

Color information

#BCDD5F (or 0xBCDD5F) is unknown color: approx Conifer. HEX triplet: BC, DD and 5F. RGB value is (188,221,95). Sum of RGB (Red+Green+Blue) = 188+221+95=504 (66% of max value = 765). Red value is 188 (73.83% from 255 or 37.30% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 95 (37.5% from 255 or 18.85% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD5F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD5F is #4322A0. Grayscale: #C5C5C5. Windows color (decimal): -4399777 or 6282684. OLE color: 6282684.

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

Color convert

RGB18822195-
CMYK0.1500.570.13
HSL75.71º64.95%61.96%-
HSV(B)75.71º57.01%86.67%-
XYZ48.6663.2320.47-
YUV196.7770.57121.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 37.30%
GREEN value IS 221 (86.72% from 255) = 43.85%
BLUE value IS 95 (37.5% from 255) = 18.85%
R=37.30%
G=43.85%
B=18.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal188221950.1500.570.1375.7164.9561.96
HexBCDD5FF039D4c413e
Octal274335137170711511410176
Binary1011110011011101101111111110111001110110011001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD5F; }

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

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

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

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

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

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

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

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