#BFC949

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

Shades of Celery #BFC949

Tints of Celery #BFC949

Color information

#BFC949 (or 0xBFC949) is unknown color: approx Celery. HEX triplet: BF, C9 and 49. RGB value is (191,201,73). Sum of RGB (Red+Green+Blue) = 191+201+73=465 (61% of max value = 765). Red value is 191 (75% from 255 or 41.08% from 465); Green value is 201 (78.91% from 255 or 43.23% from 465); Blue value is 73 (28.91% from 255 or 15.70% from 465); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC949 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC949 is #4036B6. Grayscale: #B7B7B7. Windows color (decimal): -4208311 or 4835775. OLE color: 4835775.

HSL color Cylindrical-coordinate representation of color #BFC949: hue angle of 64.69º degrees, saturation: 0.54, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #BFC949 is Cyan = 0.05, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.21.

Color convert

RGB19120173-
CMYK0.0500.640.21
HSL64.69º54.24%53.73%-
HSV(B)64.69º63.68%78.82%-
XYZ43.5853.3314.3-
YUV183.4265.69133.41-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.08%
GREEN value IS 201 (78.91% from 255) = 43.23%
BLUE value IS 73 (28.91% from 255) = 15.70%
R=41.08%
G=43.23%
B=15.70%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191201730.0500.640.2164.6954.2453.73
HexBFC949504015413636
Octal27731111150100251016666
Binary1011111111001001100100110101000000101011000001110110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC949; }

 p { color: rgb(191,201,73); }

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

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

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

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

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

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

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