#BECF4C

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

Shades of Celery #BECF4C

Tints of Celery #BECF4C

Color information

#BECF4C (or 0xBECF4C) is unknown color: approx Celery. HEX triplet: BE, CF and 4C. RGB value is (190,207,76). Sum of RGB (Red+Green+Blue) = 190+207+76=473 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.17% from 473); Green value is 207 (81.25% from 255 or 43.76% from 473); Blue value is 76 (30.08% from 255 or 16.07% from 473); Max value from RGB is 207 - color contains mainly: green. Hex color #BECF4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECF4C is #4130B3. Grayscale: #BBBBBB. Windows color (decimal): -4272308 or 5033918. OLE color: 5033918.

HSL color Cylindrical-coordinate representation of color #BECF4C: hue angle of 67.79º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BECF4C is Cyan = 0.08, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.19.

Color convert

RGB19020776-
CMYK0.0800.630.19
HSL67.79º57.71%55.49%-
HSV(B)67.79º63.29%81.18%-
XYZ44.8556.0915.3-
YUV186.9865.37130.15-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.17%
GREEN value IS 207 (81.25% from 255) = 43.76%
BLUE value IS 76 (30.08% from 255) = 16.07%
R=40.17%
G=43.76%
B=16.07%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal190207760.0800.630.1967.7957.7155.49
HexBECF4C803F13443a37
Octal27631711410077231047267
Binary1011111011001111100110010000111111100111000100111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECF4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECF4C; }

 p { color: rgb(190,207,76); }

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

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

 a { background-color: rgb(190,207,76); }

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

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

 span { border-color: rgb(190,207,76); }

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