#BFBF40

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

Shades of Celery #BFBF40

Tints of Celery #BFBF40

Color information

#BFBF40 (or 0xBFBF40) is unknown color: approx Celery. HEX triplet: BF, BF and 40. RGB value is (191,191,64). Sum of RGB (Red+Green+Blue) = 191+191+64=446 (59% of max value = 765). Red value is 191 (75% from 255 or 42.83% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 64 (25.39% from 255 or 14.35% from 446); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF40 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBF40 is #4040BF. Grayscale: #B1B1B1. Windows color (decimal): -4210880 or 4243391. OLE color: 4243391.

HSL color Cylindrical-coordinate representation of color #BFBF40: 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.66%. Process color model (Four color, CMYK) of #BFBF40 is Cyan = 0, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB19119164-
CMYK000.660.25
HSL60º49.8%50%-
HSV(B)60º66.49%74.9%-
XYZ41.0448.7112.09-
YUV176.5264.5138.33-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.83%
GREEN value IS 191 (75% from 255) = 42.83%
BLUE value IS 64 (25.39% from 255) = 14.35%
R=42.83%
G=42.83%
B=14.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119164000.660.256049.850
HexBFBF400042193c3232
Octal2772771000010231746262
Binary1011111110111111100000000100001011001111100110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF40; }

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

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

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

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

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

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

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

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