#BECA4F

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

Shades of Celery #BECA4F

Tints of Celery #BECA4F

Color information

#BECA4F (or 0xBECA4F) is unknown color: approx Celery. HEX triplet: BE, CA and 4F. RGB value is (190,202,79). Sum of RGB (Red+Green+Blue) = 190+202+79=471 (62% of max value = 765). Red value is 190 (74.61% from 255 or 40.34% from 471); Green value is 202 (79.30% from 255 or 42.89% from 471); Blue value is 79 (31.25% from 255 or 16.77% from 471); Max value from RGB is 202 - color contains mainly: green. Hex color #BECA4F is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BECA4F is #4135B0. Grayscale: #B8B8B8. Windows color (decimal): -4273585 or 5229246. OLE color: 5229246.

HSL color Cylindrical-coordinate representation of color #BECA4F: hue angle of 65.85º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BECA4F is Cyan = 0.06, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.21.

Color convert

RGB19020279-
CMYK0.0600.610.21
HSL65.85º53.71%55.1%-
HSV(B)65.85º60.89%79.22%-
XYZ43.7753.7515.47-
YUV184.3968.52132-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 40.34%
GREEN value IS 202 (79.30% from 255) = 42.89%
BLUE value IS 79 (31.25% from 255) = 16.77%
R=40.34%
G=42.89%
B=16.77%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal190202790.0600.610.2165.8553.7155.1
HexBECA4F603D15423637
Octal2763121176075251026667
Binary101111101100101010011111100111101101011000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BECA4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BECA4F; }

 p { color: rgb(190,202,79); }

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

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

 a { background-color: rgb(190,202,79); }

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

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

 span { border-color: rgb(190,202,79); }

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