#BCC346

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

Shades of Celery #BCC346

Tints of Celery #BCC346

Color information

#BCC346 (or 0xBCC346) is unknown color: approx Celery. HEX triplet: BC, C3 and 46. RGB value is (188,195,70). Sum of RGB (Red+Green+Blue) = 188+195+70=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 195 (76.56% from 255 or 43.05% from 453); Blue value is 70 (27.73% from 255 or 15.45% from 453); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC346 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC346 is #433CB9. Grayscale: #B3B3B3. Windows color (decimal): -4406458 or 4637628. OLE color: 4637628.

HSL color Cylindrical-coordinate representation of color #BCC346: hue angle of 63.36º degrees, saturation: 0.51, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC346 is Cyan = 0.04, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.24.

Color convert

RGB18819570-
CMYK0.0400.640.24
HSL63.36º51.02%51.96%-
HSV(B)63.36º64.1%76.47%-
XYZ41.3650.1613.3-
YUV178.6666.68134.66-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 195 (76.56% from 255) = 43.05%
BLUE value IS 70 (27.73% from 255) = 15.45%
R=41.50%
G=43.05%
B=15.45%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195700.0400.640.2463.3651.0251.96
HexBCC3464040183f3334
Octal2743031064010030776364
Binary101111001100001110001101000100000011000111111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC346; }

 p { color: rgb(188,195,70); }

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

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

 a { background-color: rgb(188,195,70); }

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

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

 span { border-color: rgb(188,195,70); }

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