#BFBA4E

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

Shades of Celery #BFBA4E

Tints of Celery #BFBA4E

Color information

#BFBA4E (or 0xBFBA4E) is unknown color: approx Celery. HEX triplet: BF, BA and 4E. RGB value is (191,186,78). Sum of RGB (Red+Green+Blue) = 191+186+78=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 78 (30.86% from 255 or 17.14% from 455); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA4E is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFBA4E is #4045B1. Grayscale: #AFAFAF. Windows color (decimal): -4212146 or 5159615. OLE color: 5159615.

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

Color convert

RGB19118678-
CMYK00.030.590.25
HSL57.35º46.89%52.75%-
HSV(B)57.35º59.16%74.9%-
XYZ40.4246.7414.1-
YUV175.1873.16139.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 78 (30.86% from 255) = 17.14%
R=41.98%
G=40.88%
B=17.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.59
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911867800.030.590.2557.3546.8952.75
HexBFBA4E033B19392f35
Octal277272116037331715765
Binary1011111110111010100111001111101111001111001101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA4E; }

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

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

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

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

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

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

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

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