#BCD64F

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

Shades of Conifer #BCD64F

Tints of Conifer #BCD64F

Color information

#BCD64F (or 0xBCD64F) is unknown color: approx Conifer. HEX triplet: BC, D6 and 4F. RGB value is (188,214,79). Sum of RGB (Red+Green+Blue) = 188+214+79=481 (63% of max value = 765). Red value is 188 (73.83% from 255 or 39.09% from 481); Green value is 214 (83.98% from 255 or 44.49% from 481); Blue value is 79 (31.25% from 255 or 16.42% from 481); Max value from RGB is 214 - color contains mainly: green. Hex color #BCD64F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD64F is #4329B0. Grayscale: #BFBFBF. Windows color (decimal): -4401585 or 5232316. OLE color: 5232316.

HSL color Cylindrical-coordinate representation of color #BCD64F: hue angle of 71.56º degrees, saturation: 0.62, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD64F is Cyan = 0.12, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.16.

Color convert

RGB18821479-
CMYK0.1200.630.16
HSL71.56º62.21%57.45%-
HSV(B)71.56º63.08%83.92%-
XYZ46.259.3516.42-
YUV190.8464.89125.98-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.09%
GREEN value IS 214 (83.98% from 255) = 44.49%
BLUE value IS 79 (31.25% from 255) = 16.42%
R=39.09%
G=44.49%
B=16.42%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal188214790.1200.630.1671.5662.2157.45
HexBCD64FC03F10483e39
Octal27432611714077201107671
Binary1011110011010110100111111000111111100001001000111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD64F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD64F; }

 p { color: rgb(188,214,79); }

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

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

 a { background-color: rgb(188,214,79); }

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

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

 span { border-color: rgb(188,214,79); }

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