#BCC139

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

Shades of Celery #BCC139

Tints of Celery #BCC139

Color information

#BCC139 (or 0xBCC139) is unknown color: approx Celery. HEX triplet: BC, C1 and 39. RGB value is (188,193,57). Sum of RGB (Red+Green+Blue) = 188+193+57=438 (58% of max value = 765). Red value is 188 (73.83% from 255 or 42.92% from 438); Green value is 193 (75.78% from 255 or 44.06% from 438); Blue value is 57 (22.66% from 255 or 13.01% from 438); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC139 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC139 is #433EC6. Grayscale: #B0B0B0. Windows color (decimal): -4406983 or 3785148. OLE color: 3785148.

HSL color Cylindrical-coordinate representation of color #BCC139: hue angle of 62.21º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #BCC139 is Cyan = 0.03, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.24.

Color convert

RGB18819357-
CMYK0.0300.700.24
HSL62.21º54.4%49.02%-
HSV(B)62.21º70.47%75.69%-
XYZ40.5549.1311.22-
YUV17660.84136.56-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.92%
GREEN value IS 193 (75.78% from 255) = 44.06%
BLUE value IS 57 (22.66% from 255) = 13.01%
R=42.92%
G=44.06%
B=13.01%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193570.0300.700.2462.2154.449.02
HexBCC1393046183e3631
Octal274301713010630766661
Binary1011110011000001111001110100011011000111110110110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC139

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC139; }

 p { color: rgb(188,193,57); }

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

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

 a { background-color: rgb(188,193,57); }

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

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

 span { border-color: rgb(188,193,57); }

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