#BCCC4C

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

Shades of Celery #BCCC4C

Tints of Celery #BCCC4C

Color information

#BCCC4C (or 0xBCCC4C) is unknown color: approx Celery. HEX triplet: BC, CC and 4C. RGB value is (188,204,76). Sum of RGB (Red+Green+Blue) = 188+204+76=468 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.17% from 468); Green value is 204 (80.08% from 255 or 43.59% from 468); Blue value is 76 (30.08% from 255 or 16.24% from 468); Max value from RGB is 204 - color contains mainly: green. Hex color #BCCC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCCC4C is #4333B3. Grayscale: #B9B9B9. Windows color (decimal): -4404148 or 5033148. OLE color: 5033148.

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

Color convert

RGB18820476-
CMYK0.0800.630.2
HSL67.5º55.65%54.9%-
HSV(B)67.5º62.75%80%-
XYZ43.6454.415.04-
YUV184.6266.7130.41-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.17%
GREEN value IS 204 (80.08% from 255) = 43.59%
BLUE value IS 76 (30.08% from 255) = 16.24%
R=40.17%
G=43.59%
B=16.24%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal188204760.0800.630.267.555.6554.9
HexBCCC4C803F14443837
Octal27431411410077241047067
Binary1011110011001100100110010000111111101001000100111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCCC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCCC4C; }

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

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

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

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

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

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

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

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