#BFBF4E

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

Shades of Celery #BFBF4E

Tints of Celery #BFBF4E

Color information

#BFBF4E (or 0xBFBF4E) is unknown color: approx Celery. HEX triplet: BF, BF and 4E. RGB value is (191,191,78). Sum of RGB (Red+Green+Blue) = 191+191+78=460 (60% of max value = 765). Red value is 191 (75% from 255 or 41.52% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 191 - color contains mainly: red, green. Hex color #BFBF4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBF4E is #4040B1. Grayscale: #B2B2B2. Windows color (decimal): -4210866 or 5160895. OLE color: 5160895.

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

Color convert

RGB19119178-
CMYK000.590.25
HSL60º46.89%52.75%-
HSV(B)60º59.16%74.9%-
XYZ41.4948.8914.46-
YUV178.1271.5137.19-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.52%
GREEN value IS 191 (75% from 255) = 41.52%
BLUE value IS 78 (30.86% from 255) = 16.96%
R=41.52%
G=41.52%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal19119178000.590.256046.8952.75
HexBFBF4E003B193c2f35
Octal277277116007331745765
Binary101111111011111110011100011101111001111100101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBF4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBF4E; }

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

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

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

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

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

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

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

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