#bcc34a

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

Shades of Celery #BCC34A

Tints of Celery #BCC34A

Color information

#BCC34A (or 0xBCC34A) is unknown color: approx Celery. HEX triplet: BC, C3 and 4A. RGB value is (188,195,74). Sum of RGB (Red+Green+Blue) = 188+195+74=457 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.14% from 457); Green value is 195 (76.56% from 255 or 42.67% from 457); Blue value is 74 (29.30% from 255 or 16.19% from 457); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC34A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC34A is #433CB5. Grayscale: #B3B3B3. Windows color (decimal): -4406454 or 4899772. OLE color: 4899772.

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

Color convert

RGB18819574-
CMYK0.0400.620.24
HSL63.47º50.21%52.75%-
HSV(B)63.47º62.05%76.47%-
XYZ41.4950.2213.98-
YUV179.1168.68134.34-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.14%
GREEN value IS 195 (76.56% from 255) = 42.67%
BLUE value IS 74 (29.30% from 255) = 16.19%
R=41.14%
G=42.67%
B=16.19%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195740.0400.620.2463.4750.2152.75
HexBCC34A403E183f3235
Octal274303112407630776265
Binary10111100110000111001010100011111011000111111110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bcc34a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bcc34a; }

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

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

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

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

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

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

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

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