#BCD14E

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

Shades of Celery #BCD14E

Tints of Celery #BCD14E

Color information

#BCD14E (or 0xBCD14E) is unknown color: approx Celery. HEX triplet: BC, D1 and 4E. RGB value is (188,209,78). Sum of RGB (Red+Green+Blue) = 188+209+78=475 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.58% from 475); Green value is 209 (82.03% from 255 or 44% from 475); Blue value is 78 (30.86% from 255 or 16.42% from 475); Max value from RGB is 209 - color contains mainly: green. Hex color #BCD14E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD14E is #432EB1. Grayscale: #BCBCBC. Windows color (decimal): -4402866 or 5165500. OLE color: 5165500.

HSL color Cylindrical-coordinate representation of color #BCD14E: hue angle of 69.62º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCD14E is Cyan = 0.10, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.18.

Color convert

RGB18820978-
CMYK0.1000.630.18
HSL69.62º58.74%56.27%-
HSV(B)69.62º62.68%81.96%-
XYZ44.9156.8415.81-
YUV187.7966.04128.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.58%
GREEN value IS 209 (82.03% from 255) = 44%
BLUE value IS 78 (30.86% from 255) = 16.42%
R=39.58%
G=44%
B=16.42%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188209780.1000.630.1869.6258.7456.27
HexBCD14EA03F12463b38
Octal27432111612077221067370
Binary1011110011010001100111010100111111100101000110111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD14E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD14E; }

 p { color: rgb(188,209,78); }

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

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

 a { background-color: rgb(188,209,78); }

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

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

 span { border-color: rgb(188,209,78); }

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