#BCC648

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

Shades of Celery #BCC648

Tints of Celery #BCC648

Color information

#BCC648 (or 0xBCC648) is unknown color: approx Celery. HEX triplet: BC, C6 and 48. RGB value is (188,198,72). Sum of RGB (Red+Green+Blue) = 188+198+72=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 198 (77.73% from 255 or 43.23% from 458); Blue value is 72 (28.52% from 255 or 15.72% from 458); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC648 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC648 is #4339B7. Grayscale: #B5B5B5. Windows color (decimal): -4405688 or 4769468. OLE color: 4769468.

HSL color Cylindrical-coordinate representation of color #BCC648: hue angle of 64.76º degrees, saturation: 0.53, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BCC648 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB18819872-
CMYK0.0500.640.22
HSL64.76º52.5%52.94%-
HSV(B)64.76º63.64%77.65%-
XYZ42.151.5513.86-
YUV180.6566.69133.25-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 198 (77.73% from 255) = 43.23%
BLUE value IS 72 (28.52% from 255) = 15.72%
R=41.05%
G=43.23%
B=15.72%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198720.0500.640.2264.7652.552.94
HexBCC648504016413535
Octal27430611050100261016565
Binary1011110011000110100100010101000000101101000001110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC648

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC648; }

 p { color: rgb(188,198,72); }

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

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

 a { background-color: rgb(188,198,72); }

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

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

 span { border-color: rgb(188,198,72); }

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