#BCC849

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

Shades of Celery #BCC849

Tints of Celery #BCC849

Color information

#BCC849 (or 0xBCC849) is unknown color: approx Celery. HEX triplet: BC, C8 and 49. RGB value is (188,200,73). Sum of RGB (Red+Green+Blue) = 188+200+73=461 (61% of max value = 765). Red value is 188 (73.83% from 255 or 40.78% from 461); Green value is 200 (78.52% from 255 or 43.38% from 461); Blue value is 73 (28.91% from 255 or 15.84% from 461); Max value from RGB is 200 - color contains mainly: green. Hex color #BCC849 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BCC849 is #4337B6. Grayscale: #B6B6B6. Windows color (decimal): -4405175 or 4835516. OLE color: 4835516.

HSL color Cylindrical-coordinate representation of color #BCC849: hue angle of 65.67º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BCC849 is Cyan = 0.06, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.22.

Color convert

RGB18820073-
CMYK0.0600.640.22
HSL65.67º53.59%53.53%-
HSV(B)65.67º63.5%78.43%-
XYZ42.652.4814.19-
YUV181.9366.52132.33-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 40.78%
GREEN value IS 200 (78.52% from 255) = 43.38%
BLUE value IS 73 (28.91% from 255) = 15.84%
R=40.78%
G=43.38%
B=15.84%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal188200730.0600.640.2265.6753.5953.53
HexBCC849604016423636
Octal27431011160100261026666
Binary1011110011001000100100111001000000101101000010110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCC849

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCC849; }

 p { color: rgb(188,200,73); }

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

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

 a { background-color: rgb(188,200,73); }

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

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

 span { border-color: rgb(188,200,73); }

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