#BFBA4A

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

Shades of Celery #BFBA4A

Tints of Celery #BFBA4A

Color information

#BFBA4A (or 0xBFBA4A) is unknown color: approx Celery. HEX triplet: BF, BA and 4A. RGB value is (191,186,74). Sum of RGB (Red+Green+Blue) = 191+186+74=451 (59% of max value = 765). Red value is 191 (75% from 255 or 42.35% from 451); Green value is 186 (73.05% from 255 or 41.24% from 451); Blue value is 74 (29.30% from 255 or 16.41% from 451); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA4A is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA4A is #4045B5. Grayscale: #AFAFAF. Windows color (decimal): -4212150 or 4897471. OLE color: 4897471.

HSL color Cylindrical-coordinate representation of color #BFBA4A: hue angle of 57.44º degrees, saturation: 0.48, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #BFBA4A is Cyan = 0, Magento = 0.03, Yellow = 0.61 and Black (K on CMYK) = 0.25.

Color convert

RGB19118674-
CMYK00.030.610.25
HSL57.44º47.76%51.96%-
HSV(B)57.44º61.26%74.9%-
XYZ40.2846.6913.37-
YUV174.7371.16139.61-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 42.35%
GREEN value IS 186 (73.05% from 255) = 41.24%
BLUE value IS 74 (29.30% from 255) = 16.41%
R=42.35%
G=41.24%
B=16.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.61
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911867400.030.610.2557.4447.7651.96
HexBFBA4A033D19393034
Octal277272112037531716064
Binary1011111110111010100101001111110111001111001110000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA4A; }

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

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

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

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

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

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

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

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