#BCC64E

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

Shades of Celery #BCC64E

Tints of Celery #BCC64E

Color information

#BCC64E (or 0xBCC64E) is unknown color: approx Celery. HEX triplet: BC, C6 and 4E. RGB value is (188,198,78). Sum of RGB (Red+Green+Blue) = 188+198+78=464 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.52% from 464); Green value is 198 (77.73% from 255 or 42.67% from 464); Blue value is 78 (30.86% from 255 or 16.81% from 464); Max value from RGB is 198 - color contains mainly: green. Hex color #BCC64E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC64E is #4339B1. Grayscale: #B5B5B5. Windows color (decimal): -4405682 or 5162684. OLE color: 5162684.

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

Color convert

RGB18819878-
CMYK0.0500.610.22
HSL65º51.28%54.12%-
HSV(B)65º60.61%77.65%-
XYZ42.3151.6314.94-
YUV181.3369.69132.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.52%
GREEN value IS 198 (77.73% from 255) = 42.67%
BLUE value IS 78 (30.86% from 255) = 16.81%
R=40.52%
G=42.67%
B=16.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188198780.0500.610.226551.2854.12
HexBCC64E503D16413336
Octal2743061165075261016366
Binary101111001100011010011101010111101101101000001110011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC64E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC64E; }

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

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

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

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

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

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

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

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