#BEC742

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

Shades of Celery #BEC742

Tints of Celery #BEC742

Color information

#BEC742 (or 0xBEC742) is unknown color: approx Celery. HEX triplet: BE, C7 and 42. RGB value is (190,199,66). Sum of RGB (Red+Green+Blue) = 190+199+66=455 (60% of max value = 765). Red value is 190 (74.61% from 255 or 41.76% from 455); Green value is 199 (78.12% from 255 or 43.74% from 455); Blue value is 66 (26.17% from 255 or 14.51% from 455); Max value from RGB is 199 - color contains mainly: green. Hex color #BEC742 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEC742 is #4138BD. Grayscale: #B5B5B5. Windows color (decimal): -4274366 or 4376510. OLE color: 4376510.

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

Color convert

RGB19019966-
CMYK0.0500.670.22
HSL64.06º54.29%51.96%-
HSV(B)64.06º66.83%78.04%-
XYZ42.6452.1912.98-
YUV181.1563.02134.31-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 41.76%
GREEN value IS 199 (78.12% from 255) = 43.74%
BLUE value IS 66 (26.17% from 255) = 14.51%
R=41.76%
G=43.74%
B=14.51%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal190199660.0500.670.2264.0654.2951.96
HexBEC742504316403634
Octal27630710250103261006664
Binary1011111011000111100001010101000011101101000000110110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEC742

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEC742; }

 p { color: rgb(190,199,66); }

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

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

 a { background-color: rgb(190,199,66); }

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

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

 span { border-color: rgb(190,199,66); }

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