#BCC544

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

Shades of Celery #BCC544

Tints of Celery #BCC544

Color information

#BCC544 (or 0xBCC544) is unknown color: approx Celery. HEX triplet: BC, C5 and 44. RGB value is (188,197,68). Sum of RGB (Red+Green+Blue) = 188+197+68=453 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.50% from 453); Green value is 197 (77.34% from 255 or 43.49% from 453); Blue value is 68 (26.95% from 255 or 15.01% from 453); Max value from RGB is 197 - color contains mainly: green. Hex color #BCC544 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC544 is #433ABB. Grayscale: #B4B4B4. Windows color (decimal): -4405948 or 4507068. OLE color: 4507068.

HSL color Cylindrical-coordinate representation of color #BCC544: hue angle of 64.19º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #BCC544 is Cyan = 0.05, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.23.

Color convert

RGB18819768-
CMYK0.0500.650.23
HSL64.19º52.65%51.96%-
HSV(B)64.19º65.48%77.25%-
XYZ41.7551.0413.12-
YUV179.665.02133.99-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.50%
GREEN value IS 197 (77.34% from 255) = 43.49%
BLUE value IS 68 (26.95% from 255) = 15.01%
R=41.50%
G=43.49%
B=15.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal188197680.0500.650.2364.1952.6551.96
HexBCC544504117403534
Octal27430510450101271006564
Binary1011110011000101100010010101000001101111000000110101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC544; }

 p { color: rgb(188,197,68); }

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

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

 a { background-color: rgb(188,197,68); }

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

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

 span { border-color: rgb(188,197,68); }

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