#BCC945

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

Shades of Celery #BCC945

Tints of Celery #BCC945

Color information

#BCC945 (or 0xBCC945) is unknown color: approx Celery. HEX triplet: BC, C9 and 45. RGB value is (188,201,69). Sum of RGB (Red+Green+Blue) = 188+201+69=458 (60% of max value = 765). Red value is 188 (73.83% from 255 or 41.05% from 458); Green value is 201 (78.91% from 255 or 43.89% from 458); Blue value is 69 (27.34% from 255 or 15.07% from 458); Max value from RGB is 201 - color contains mainly: green. Hex color #BCC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC945 is #4336BA. Grayscale: #B6B6B6. Windows color (decimal): -4404923 or 4573628. OLE color: 4573628.

HSL color Cylindrical-coordinate representation of color #BCC945: hue angle of 65.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #BCC945 is Cyan = 0.06, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.21.

Color convert

RGB18820169-
CMYK0.0600.660.21
HSL65.91º55%52.94%-
HSV(B)65.91º65.67%78.82%-
XYZ42.752.8913.59-
YUV182.0664.19132.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 41.05%
GREEN value IS 201 (78.91% from 255) = 43.89%
BLUE value IS 69 (27.34% from 255) = 15.07%
R=41.05%
G=43.89%
B=15.07%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal188201690.0600.660.2165.915552.94
HexBCC945604215423735
Octal27431110560102251026765
Binary1011110011001001100010111001000010101011000010110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC945; }

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

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

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

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

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

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

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

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