#BCC34C

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

Shades of Celery #BCC34C

Tints of Celery #BCC34C

Color information

#BCC34C (or 0xBCC34C) is unknown color: approx Celery. HEX triplet: BC, C3 and 4C. RGB value is (188,195,76). Sum of RGB (Red+Green+Blue) = 188+195+76=459 (60% of max value = 765). Red value is 188 (73.83% from 255 or 40.96% from 459); Green value is 195 (76.56% from 255 or 42.48% from 459); Blue value is 76 (30.08% from 255 or 16.56% from 459); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC34C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC34C is #433CB3. Grayscale: #B3B3B3. Windows color (decimal): -4406452 or 5030844. OLE color: 5030844.

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

Color convert

RGB18819576-
CMYK0.0400.610.24
HSL63.53º49.79%53.14%-
HSV(B)63.53º61.03%76.47%-
XYZ41.5650.2414.35-
YUV179.3469.68134.18-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.96%
GREEN value IS 195 (76.56% from 255) = 42.48%
BLUE value IS 76 (30.08% from 255) = 16.56%
R=40.96%
G=42.48%
B=16.56%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195760.0400.610.2463.5349.7953.14
HexBCC34C403D18403235
Octal2743031144075301006265
Binary101111001100001110011001000111101110001000000110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC34C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC34C; }

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

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

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

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

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

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

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

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