#BEBF3F

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

Shades of Celery #BEBF3F

Tints of Celery #BEBF3F

Color information

#BEBF3F (or 0xBEBF3F) is unknown color: approx Celery. HEX triplet: BE, BF and 3F. RGB value is (190,191,63). Sum of RGB (Red+Green+Blue) = 190+191+63=444 (58% of max value = 765). Red value is 190 (74.61% from 255 or 42.79% from 444); Green value is 191 (75% from 255 or 43.02% from 444); Blue value is 63 (25% from 255 or 14.19% from 444); Max value from RGB is 191 - color contains mainly: green. Hex color #BEBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BEBF3F is #4140C0. Grayscale: #B0B0B0. Windows color (decimal): -4276417 or 4177854. OLE color: 4177854.

HSL color Cylindrical-coordinate representation of color #BEBF3F: hue angle of 60.47º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #BEBF3F is Cyan = 0.01, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19019163-
CMYK0.0100.670.25
HSL60.47º50.39%49.8%-
HSV(B)60.47º67.02%74.9%-
XYZ40.7648.5711.93-
YUV176.1164.17137.91-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 42.79%
GREEN value IS 191 (75% from 255) = 43.02%
BLUE value IS 63 (25% from 255) = 14.19%
R=42.79%
G=43.02%
B=14.19%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190191630.0100.670.2560.4750.3949.8
HexBEBF3F1043193c3232
Octal276277771010331746262
Binary101111101011111111111110100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEBF3F; }

 p { color: rgb(190,191,63); }

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

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

 a { background-color: rgb(190,191,63); }

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

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

 span { border-color: rgb(190,191,63); }

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