#BFBE3F

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

Shades of Celery #BFBE3F

Tints of Celery #BFBE3F

Color information

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

HSL color Cylindrical-coordinate representation of color #BFBE3F: hue angle of 59.53º 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 #BFBE3F is Cyan = 0, Magento = 0.01, Yellow = 0.67 and Black (K on CMYK) = 0.25.

Color convert

RGB19119063-
CMYK00.010.670.25
HSL59.53º50.39%49.8%-
HSV(B)59.53º67.02%74.9%-
XYZ40.848.2611.87-
YUV175.8264.33138.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911906300.010.670.2559.5350.3949.8
HexBFBE3F0143193c3232
Octal277276770110331746262
Binary101111111011111011111101100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBE3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBE3F; }

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

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

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

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

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

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

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

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