#BEC238

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

Shades of Celery #BEC238

Tints of Celery #BEC238

Color information

#BEC238 (or 0xBEC238) is unknown color: approx Celery. HEX triplet: BE, C2 and 38. RGB value is (190,194,56). Sum of RGB (Red+Green+Blue) = 190+194+56=440 (58% of max value = 765). Red value is 190 (74.61% from 255 or 43.18% from 440); Green value is 194 (76.17% from 255 or 44.09% from 440); Blue value is 56 (22.27% from 255 or 12.73% from 440); Max value from RGB is 194 - color contains mainly: green. Hex color #BEC238 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC238 is #413DC7. Grayscale: #B1B1B1. Windows color (decimal): -4275656 or 3719870. OLE color: 3719870.

HSL color Cylindrical-coordinate representation of color #BEC238: hue angle of 61.74º degrees, saturation: 0.55, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #BEC238 is Cyan = 0.02, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.24.

Color convert

RGB19019456-
CMYK0.0200.710.24
HSL61.74º55.2%49.02%-
HSV(B)61.74º71.13%76.08%-
XYZ41.2449.8211.18-
YUV177.0759.67137.22-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 43.18%
GREEN value IS 194 (76.17% from 255) = 44.09%
BLUE value IS 56 (22.27% from 255) = 12.73%
R=43.18%
G=44.09%
B=12.73%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal190194560.0200.710.2461.7455.249.02
HexBEC2382047183e3731
Octal276302702010730766761
Binary1011111011000010111000100100011111000111110110111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC238; }

 p { color: rgb(190,194,56); }

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

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

 a { background-color: rgb(190,194,56); }

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

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

 span { border-color: rgb(190,194,56); }

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