#BCCF4C

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

Shades of Celery #BCCF4C

Tints of Celery #BCCF4C

Color information

#BCCF4C (or 0xBCCF4C) is unknown color: approx Celery. HEX triplet: BC, CF and 4C. RGB value is (188,207,76). Sum of RGB (Red+Green+Blue) = 188+207+76=471 (62% of max value = 765). Red value is 188 (73.83% from 255 or 39.92% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 76 (30.08% from 255 or 16.14% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #BCCF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCF4C is #4330B3. Grayscale: #BABABA. Windows color (decimal): -4403380 or 5033916. OLE color: 5033916.

HSL color Cylindrical-coordinate representation of color #BCCF4C: hue angle of 68.7º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCCF4C is Cyan = 0.09, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB18820776-
CMYK0.0900.630.19
HSL68.7º57.71%55.49%-
HSV(B)68.7º63.29%81.18%-
XYZ44.3655.8415.28-
YUV186.3865.71129.15-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 39.92%
GREEN value IS 207 (81.25% from 255) = 43.95%
BLUE value IS 76 (30.08% from 255) = 16.14%
R=39.92%
G=43.95%
B=16.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal188207760.0900.630.1968.757.7155.49
HexBCCF4C903F13453a37
Octal27431711411077231057267
Binary1011110011001111100110010010111111100111000101111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCF4C; }

 p { color: rgb(188,207,76); }

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

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

 a { background-color: rgb(188,207,76); }

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

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

 span { border-color: rgb(188,207,76); }

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