#BCDD65

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

Shades of Conifer #BCDD65

Tints of Conifer #BCDD65

Color information

#BCDD65 (or 0xBCDD65) is unknown color: approx Conifer. HEX triplet: BC, DD and 65. RGB value is (188,221,101). Sum of RGB (Red+Green+Blue) = 188+221+101=510 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.86% from 510); Green value is 221 (86.72% from 255 or 43.33% from 510); Blue value is 101 (39.84% from 255 or 19.80% from 510); Max value from RGB is 221 - color contains mainly: green. Hex color #BCDD65 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDD65 is #43229A. Grayscale: #C5C5C5. Windows color (decimal): -4399771 or 6675900. OLE color: 6675900.

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

Color convert

RGB188221101-
CMYK0.1500.540.13
HSL76.5º63.83%63.14%-
HSV(B)76.5º54.3%86.67%-
XYZ48.9463.3421.96-
YUV197.4573.57121.26-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.86%
GREEN value IS 221 (86.72% from 255) = 43.33%
BLUE value IS 101 (39.84% from 255) = 19.80%
R=36.86%
G=43.33%
B=19.80%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882211010.1500.540.1376.563.8363.14
HexBCDD65F036D4c403f
Octal274335145170661511410077
Binary1011110011011101110010111110110110110110011001000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDD65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDD65; }

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

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

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

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

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

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

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

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