#BFBF3F

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

Shades of Celery #BFBF3F

Tints of Celery #BFBF3F

Color information

#BFBF3F (or 0xBFBF3F) is unknown color: approx Celery. HEX triplet: BF, BF and 3F. RGB value is (191,191,63). Sum of RGB (Red+Green+Blue) = 191+191+63=445 (58% of max value = 765). Red value is 191 (75% from 255 or 42.92% from 445); Green value is 191 (75% from 255 or 42.92% from 445); Blue value is 63 (25% from 255 or 14.16% from 445); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF3F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF3F is #4040C0. Grayscale: #B0B0B0. Windows color (decimal): -4210881 or 4177855. OLE color: 4177855.

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

Color convert

RGB19119163-
CMYK000.670.25
HSL60º50.39%49.8%-
HSV(B)60º67.02%74.9%-
XYZ41.0148.711.94-
YUV176.4164138.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.92%
GREEN value IS 191 (75% from 255) = 42.92%
BLUE value IS 63 (25% from 255) = 14.16%
R=42.92%
G=42.92%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119163000.670.256050.3949.8
HexBFBF3F0043193c3232
Octal277277770010331746262
Binary101111111011111111111100100001111001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF3F; }

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

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

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

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

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

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

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

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