#BCC057

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

Shades of Celery #BCC057

Tints of Celery #BCC057

Color information

#BCC057 (or 0xBCC057) is unknown color: approx Celery. HEX triplet: BC, C0 and 57. RGB value is (188,192,87). Sum of RGB (Red+Green+Blue) = 188+192+87=467 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.26% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 87 (34.38% from 255 or 18.63% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #BCC057 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC057 is #433FA8. Grayscale: #B3B3B3. Windows color (decimal): -4407209 or 5750972. OLE color: 5750972.

HSL color Cylindrical-coordinate representation of color #BCC057: hue angle of 62.29º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #BCC057 is Cyan = 0.02, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.25.

Color convert

RGB18819287-
CMYK0.0200.550.25
HSL62.29º45.45%54.71%-
HSV(B)62.29º54.69%75.29%-
XYZ41.3149.0816.31-
YUV178.8376.17134.54-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.26%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 87 (34.38% from 255) = 18.63%
R=40.26%
G=41.11%
B=18.63%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal188192870.0200.550.2562.2945.4554.71
HexBCC0572037193e2d37
Octal274300127206731765567
Binary1011110011000000101011110011011111001111110101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC057; }

 p { color: rgb(188,192,87); }

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

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

 a { background-color: rgb(188,192,87); }

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

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

 span { border-color: rgb(188,192,87); }

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