#BCD04E

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

Shades of Celery #BCD04E

Tints of Celery #BCD04E

Color information

#BCD04E (or 0xBCD04E) is unknown color: approx Celery. HEX triplet: BC, D0 and 4E. RGB value is (188,208,78). Sum of RGB (Red+Green+Blue) = 188+208+78=474 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.66% from 474); Green value is 208 (81.64% from 255 or 43.88% from 474); Blue value is 78 (30.86% from 255 or 16.46% from 474); Max value from RGB is 208 - color contains mainly: green. Hex color #BCD04E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCD04E is #432FB1. Grayscale: #BBBBBB. Windows color (decimal): -4403122 or 5165244. OLE color: 5165244.

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

Color convert

RGB18820878-
CMYK0.1000.620.18
HSL69.23º58.04%56.08%-
HSV(B)69.23º62.5%81.57%-
XYZ44.6756.3515.73-
YUV187.266.37128.57-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.66%
GREEN value IS 208 (81.64% from 255) = 43.88%
BLUE value IS 78 (30.86% from 255) = 16.46%
R=39.66%
G=43.88%
B=16.46%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal188208780.1000.620.1869.2358.0456.08
HexBCD04EA03E12453a38
Octal27432011612076221057270
Binary1011110011010000100111010100111110100101000101111010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCD04E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCD04E; }

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

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

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

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

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

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

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

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