#BCC654

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

Shades of Celery #BCC654

Tints of Celery #BCC654

Color information

#BCC654 (or 0xBCC654) is unknown color: approx Celery. HEX triplet: BC, C6 and 54. RGB value is (188,198,84). Sum of RGB (Red+Green+Blue) = 188+198+84=470 (62% of max value = 765). Red value is 188 (73.83% from 255 or 40% from 470); Green value is 198 (77.73% from 255 or 42.13% from 470); Blue value is 84 (33.20% from 255 or 17.87% from 470); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC654 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC654 is #4339AB. Grayscale: #B6B6B6. Windows color (decimal): -4405676 or 5555900. OLE color: 5555900.

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

Color convert

RGB18819884-
CMYK0.0500.580.22
HSL65.26º50%55.29%-
HSV(B)65.26º57.58%77.65%-
XYZ42.5351.7216.13-
YUV182.0172.69132.27-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40%
GREEN value IS 198 (77.73% from 255) = 42.13%
BLUE value IS 84 (33.20% from 255) = 17.87%
R=40%
G=42.13%
B=17.87%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198840.0500.580.2265.265055.29
HexBCC654503A16413237
Octal2743061245072261016267
Binary101111001100011010101001010111010101101000001110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC654; }

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

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

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

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

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

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

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

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