#BEC552

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

Shades of Celery #BEC552

Tints of Celery #BEC552

Color information

#BEC552 (or 0xBEC552) is unknown color: approx Celery. HEX triplet: BE, C5 and 52. RGB value is (190,197,82). Sum of RGB (Red+Green+Blue) = 190+197+82=469 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.51% from 469); Green value is 197 (77.34% from 255 or 42.00% from 469); Blue value is 82 (32.42% from 255 or 17.48% from 469); Max value from RGB is 197 - color contains mainly: green. Hex color #BEC552 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BEC552 is #413AAD. Grayscale: #B6B6B6. Windows color (decimal): -4274862 or 5424574. OLE color: 5424574.

HSL color Cylindrical-coordinate representation of color #BEC552: hue angle of 63.65º degrees, saturation: 0.5, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #BEC552 is Cyan = 0.04, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.23.

Color convert

RGB19019782-
CMYK0.0400.580.23
HSL63.65º49.78%54.71%-
HSV(B)63.65º58.38%77.25%-
XYZ42.7251.4915.67-
YUV181.871.68133.85-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.51%
GREEN value IS 197 (77.34% from 255) = 42.00%
BLUE value IS 82 (32.42% from 255) = 17.48%
R=40.51%
G=42.00%
B=17.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal190197820.0400.580.2363.6549.7854.71
HexBEC552403A17403237
Octal2763051224072271006267
Binary101111101100010110100101000111010101111000000110010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC552

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC552; }

 p { color: rgb(190,197,82); }

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

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

 a { background-color: rgb(190,197,82); }

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

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

 span { border-color: rgb(190,197,82); }

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