#BCC63E

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

Shades of Celery #BCC63E

Tints of Celery #BCC63E

Color information

#BCC63E (or 0xBCC63E) is unknown color: approx Celery. HEX triplet: BC, C6 and 3E. RGB value is (188,198,62). Sum of RGB (Red+Green+Blue) = 188+198+62=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 198 (77.73% from 255 or 44.20% from 448); Blue value is 62 (24.61% from 255 or 13.84% from 448); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC63E is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC63E is #4339C1. Grayscale: #B4B4B4. Windows color (decimal): -4405698 or 4114108. OLE color: 4114108.

HSL color Cylindrical-coordinate representation of color #BCC63E: hue angle of 64.41º degrees, saturation: 0.54, 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 #BCC63E is Cyan = 0.05, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.22.

Color convert

RGB18819862-
CMYK0.0500.690.22
HSL64.41º54.4%50.98%-
HSV(B)64.41º68.69%77.65%-
XYZ41.851.4312.28-
YUV179.5161.69134.06-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 198 (77.73% from 255) = 44.20%
BLUE value IS 62 (24.61% from 255) = 13.84%
R=41.96%
G=44.20%
B=13.84%

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
Decimal188198620.0500.690.2264.4154.450.98
HexBCC63E504516403633
Octal2743067650105261006663
Binary101111001100011011111010101000101101101000000110110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC63E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC63E; }

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

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

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

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

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

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

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

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