#BFBB4E

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

Shades of Celery #BFBB4E

Tints of Celery #BFBB4E

Color information

#BFBB4E (or 0xBFBB4E) is unknown color: approx Celery. HEX triplet: BF, BB and 4E. RGB value is (191,187,78). Sum of RGB (Red+Green+Blue) = 191+187+78=456 (60% of max value = 765). Red value is 191 (75% from 255 or 41.89% from 456); Green value is 187 (73.44% from 255 or 41.01% from 456); Blue value is 78 (30.86% from 255 or 17.11% from 456); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBB4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBB4E is #4044B1. Grayscale: #B0B0B0. Windows color (decimal): -4211890 or 5159871. OLE color: 5159871.

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

Color convert

RGB19118778-
CMYK00.020.590.25
HSL57.88º46.89%52.75%-
HSV(B)57.88º59.16%74.9%-
XYZ40.6347.1714.17-
YUV175.7772.83138.86-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.89%
GREEN value IS 187 (73.44% from 255) = 41.01%
BLUE value IS 78 (30.86% from 255) = 17.11%
R=41.89%
G=41.01%
B=17.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911877800.020.590.2557.8846.8952.75
HexBFBB4E023B193a2f35
Octal277273116027331725765
Binary1011111110111011100111001011101111001111010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBB4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBB4E; }

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

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

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

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

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

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

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

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