#BFBA42

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

Shades of Celery #BFBA42

Tints of Celery #BFBA42

Color information

#BFBA42 (or 0xBFBA42) is unknown color: approx Celery. HEX triplet: BF, BA and 42. RGB value is (191,186,66). Sum of RGB (Red+Green+Blue) = 191+186+66=443 (58% of max value = 765). Red value is 191 (75% from 255 or 43.12% from 443); Green value is 186 (73.05% from 255 or 41.99% from 443); Blue value is 66 (26.17% from 255 or 14.90% from 443); Max value from RGB is 191 - color contains mainly: red. Hex color #BFBA42 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFBA42 is #4045BD. Grayscale: #AEAEAE. Windows color (decimal): -4212158 or 4373183. OLE color: 4373183.

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

Color convert

RGB19118666-
CMYK00.030.650.25
HSL57.6º49.41%50.39%-
HSV(B)57.6º65.45%74.9%-
XYZ40.0346.5912.04-
YUV173.8267.16140.26-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 43.12%
GREEN value IS 186 (73.05% from 255) = 41.99%
BLUE value IS 66 (26.17% from 255) = 14.90%
R=43.12%
G=41.99%
B=14.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.65
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1911866600.030.650.2557.649.4150.39
HexBFBA420341193a3132
Octal2772721020310131726162
Binary10111111101110101000010011100000111001111010110001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFBA42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFBA42; }

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

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

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

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

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

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

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

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