#BCC341

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

Shades of Celery #BCC341

Tints of Celery #BCC341

Color information

#BCC341 (or 0xBCC341) is unknown color: approx Celery. HEX triplet: BC, C3 and 41. RGB value is (188,195,65). Sum of RGB (Red+Green+Blue) = 188+195+65=448 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.96% from 448); Green value is 195 (76.56% from 255 or 43.53% from 448); Blue value is 65 (25.78% from 255 or 14.51% from 448); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC341 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC341 is #433CBE. Grayscale: #B2B2B2. Windows color (decimal): -4406463 or 4309948. OLE color: 4309948.

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

Color convert

RGB18819565-
CMYK0.0400.670.24
HSL63.23º52%50.98%-
HSV(B)63.23º66.67%76.47%-
XYZ41.2150.112.5-
YUV178.0964.18135.07-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.96%
GREEN value IS 195 (76.56% from 255) = 43.53%
BLUE value IS 65 (25.78% from 255) = 14.51%
R=41.96%
G=43.53%
B=14.51%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195650.0400.670.2463.235250.98
HexBCC3414043183f3433
Octal2743031014010330776463
Binary101111001100001110000011000100001111000111111110100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC341; }

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

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

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

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

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

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

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

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