#BCC34E

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

Shades of Celery #BCC34E

Tints of Celery #BCC34E

Color information

#BCC34E (or 0xBCC34E) is unknown color: approx Celery. HEX triplet: BC, C3 and 4E. RGB value is (188,195,78). Sum of RGB (Red+Green+Blue) = 188+195+78=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 195 (76.56% from 255 or 42.30% from 461); Blue value is 78 (30.86% from 255 or 16.92% from 461); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC34E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BCC34E is #433CB1. Grayscale: #B4B4B4. Windows color (decimal): -4406450 or 5161916. OLE color: 5161916.

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

Color convert

RGB18819578-
CMYK0.0400.60.24
HSL63.59º49.37%53.53%-
HSV(B)63.59º60%76.47%-
XYZ41.6350.2714.72-
YUV179.5770.68134.01-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 195 (76.56% from 255) = 42.30%
BLUE value IS 78 (30.86% from 255) = 16.92%
R=40.78%
G=42.30%
B=16.92%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.6
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195780.0400.60.2463.5949.3753.53
HexBCC34E403C18403136
Octal2743031164074301006166
Binary101111001100001110011101000111100110001000000110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC34E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC34E; }

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

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

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

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

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

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

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

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