#BCC345

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

Shades of Celery #BCC345

Tints of Celery #BCC345

Color information

#BCC345 (or 0xBCC345) is unknown color: approx Celery. HEX triplet: BC, C3 and 45. RGB value is (188,195,69). Sum of RGB (Red+Green+Blue) = 188+195+69=452 (59% of max value = 765). Red value is 188 (73.83% from 255 or 41.59% from 452); Green value is 195 (76.56% from 255 or 43.14% from 452); Blue value is 69 (27.34% from 255 or 15.27% from 452); Max value from RGB is 195 - color contains mainly: green. Hex color #BCC345 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC345 is #433CBA. Grayscale: #B3B3B3. Windows color (decimal): -4406459 or 4572092. OLE color: 4572092.

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

Color convert

RGB18819569-
CMYK0.0400.650.24
HSL63.33º51.22%51.76%-
HSV(B)63.33º64.62%76.47%-
XYZ41.3350.1513.13-
YUV178.5466.18134.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.59%
GREEN value IS 195 (76.56% from 255) = 43.14%
BLUE value IS 69 (27.34% from 255) = 15.27%
R=41.59%
G=43.14%
B=15.27%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal188195690.0400.650.2463.3351.2251.76
HexBCC3454041183f3334
Octal2743031054010130776364
Binary101111001100001110001011000100000111000111111110011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC345

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC345; }

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

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

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

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

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

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

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

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