#bccd4e

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

Shades of Celery #BCCD4E

Tints of Celery #BCCD4E

Color information

#BCCD4E (or 0xBCCD4E) is unknown color: approx Celery. HEX triplet: BC, CD and 4E. RGB value is (188,205,78). Sum of RGB (Red+Green+Blue) = 188+205+78=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 205 (80.47% from 255 or 43.52% from 471); Blue value is 78 (30.86% from 255 or 16.56% from 471); Max value from RGB is 205 - color contains mainly: green. Hex color #BCCD4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCCD4E is #4332B1. Grayscale: #B9B9B9. Windows color (decimal): -4403890 or 5164476. OLE color: 5164476.

HSL color Cylindrical-coordinate representation of color #BCCD4E: hue angle of 68.03º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #BCCD4E is Cyan = 0.08, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.20.

Color convert

RGB18820578-
CMYK0.0800.620.20
HSL68.03º55.95%55.49%-
HSV(B)68.03º61.95%80.39%-
XYZ43.9554.915.49-
YUV185.4467.37129.83-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 205 (80.47% from 255) = 43.52%
BLUE value IS 78 (30.86% from 255) = 16.56%
R=39.92%
G=43.52%
B=16.56%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal188205780.0800.620.2068.0355.9555.49
HexBCCD4E803E14443837
Octal27431511610076241047067
Binary1011110011001101100111010000111110101001000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bccd4e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bccd4e; }

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

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

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

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

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

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

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

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