#BCC14F

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

Shades of Celery #BCC14F

Tints of Celery #BCC14F

Color information

#BCC14F (or 0xBCC14F) is unknown color: approx Celery. HEX triplet: BC, C1 and 4F. RGB value is (188,193,79). Sum of RGB (Red+Green+Blue) = 188+193+79=460 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.87% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 79 (31.25% from 255 or 17.17% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #BCC14F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC14F is #433EB0. Grayscale: #B2B2B2. Windows color (decimal): -4406961 or 5226940. OLE color: 5226940.

HSL color Cylindrical-coordinate representation of color #BCC14F: hue angle of 62.63º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #BCC14F is Cyan = 0.03, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.24.

Color convert

RGB18819379-
CMYK0.0300.590.24
HSL62.63º47.9%53.33%-
HSV(B)62.63º59.07%75.69%-
XYZ41.2249.414.76-
YUV178.5171.84134.77-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.87%
GREEN value IS 193 (75.78% from 255) = 41.96%
BLUE value IS 79 (31.25% from 255) = 17.17%
R=40.87%
G=41.96%
B=17.17%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188193790.0300.590.2462.6347.953.33
HexBCC14F303B183f3035
Octal274301117307330776065
Binary1011110011000001100111111011101111000111111110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC14F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC14F; }

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

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

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

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

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

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

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

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