#BECC4C

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

Shades of Celery #BECC4C

Tints of Celery #BECC4C

Color information

#BECC4C (or 0xBECC4C) is unknown color: approx Celery. HEX triplet: BE, CC and 4C. RGB value is (190,204,76). Sum of RGB (Red+Green+Blue) = 190+204+76=470 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.43% from 470); Green value is 204 (80.08% from 255 or 43.40% from 470); Blue value is 76 (30.08% from 255 or 16.17% from 470); Max value from RGB is 204 - color contains mainly: green. Hex color #BECC4C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BECC4C is #4133B3. Grayscale: #B9B9B9. Windows color (decimal): -4273076 or 5033150. OLE color: 5033150.

HSL color Cylindrical-coordinate representation of color #BECC4C: hue angle of 66.56º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #BECC4C is Cyan = 0.07, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.2.

Color convert

RGB19020476-
CMYK0.0700.630.2
HSL66.56º55.65%54.9%-
HSV(B)66.56º62.75%80%-
XYZ44.1354.6515.06-
YUV185.2266.36131.41-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.43%
GREEN value IS 204 (80.08% from 255) = 43.40%
BLUE value IS 76 (30.08% from 255) = 16.17%
R=40.43%
G=43.40%
B=16.17%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal190204760.0700.630.266.5655.6554.9
HexBECC4C703F14433837
Octal2763141147077241037067
Binary101111101100110010011001110111111101001000011111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECC4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECC4C; }

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

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

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

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

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

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

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

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