#BCDF64

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

Shades of Conifer #BCDF64

Tints of Conifer #BCDF64

Color information

#BCDF64 (or 0xBCDF64) is unknown color: approx Conifer. HEX triplet: BC, DF and 64. RGB value is (188,223,100). Sum of RGB (Red+Green+Blue) = 188+223+100=511 (67% of max value = 765). Red value is 188 (73.83% from 255 or 36.79% from 511); Green value is 223 (87.5% from 255 or 43.64% from 511); Blue value is 100 (39.45% from 255 or 19.57% from 511); Max value from RGB is 223 - color contains mainly: green. Hex color #BCDF64 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCDF64 is #43209B. Grayscale: #C6C6C6. Windows color (decimal): -4399260 or 6610876. OLE color: 6610876.

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

Color convert

RGB188223100-
CMYK0.1600.550.13
HSL77.07º65.78%63.33%-
HSV(B)77.07º55.16%87.45%-
XYZ49.4364.3921.88-
YUV198.5172.4120.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 36.79%
GREEN value IS 223 (87.5% from 255) = 43.64%
BLUE value IS 100 (39.45% from 255) = 19.57%
R=36.79%
G=43.64%
B=19.57%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1882231000.1600.550.1377.0765.7863.33
HexBCDF6410037D4d423f
Octal274337144200671511510277
Binary10111100110111111100100100000110111110110011011000010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDF64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDF64; }

 p { color: rgb(188,223,100); }

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

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

 a { background-color: rgb(188,223,100); }

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

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

 span { border-color: rgb(188,223,100); }

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