#BCC63D

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

Shades of Celery #BCC63D

Tints of Celery #BCC63D

Color information

#BCC63D (or 0xBCC63D) is unknown color: approx Celery. HEX triplet: BC, C6 and 3D. RGB value is (188,198,61). Sum of RGB (Red+Green+Blue) = 188+198+61=447 (59% of max value = 765). Red value is 188 (73.83% from 255 or 42.06% from 447); Green value is 198 (77.73% from 255 or 44.30% from 447); Blue value is 61 (24.22% from 255 or 13.65% from 447); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC63D is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC63D is #4339C2. Grayscale: #B3B3B3. Windows color (decimal): -4405699 or 4048572. OLE color: 4048572.

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

Color convert

RGB18819861-
CMYK0.0500.690.22
HSL64.38º54.58%50.78%-
HSV(B)64.38º69.19%77.65%-
XYZ41.7851.4212.14-
YUV179.3961.19134.14-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 42.06%
GREEN value IS 198 (77.73% from 255) = 44.30%
BLUE value IS 61 (24.22% from 255) = 13.65%
R=42.06%
G=44.30%
B=13.65%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.69
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198610.0500.690.2264.3854.5850.78
HexBCC63D504516403733
Octal2743067550105261006763
Binary101111001100011011110110101000101101101000000110111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC63D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC63D; }

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

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

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

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

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

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

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

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