#BFC945

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

Shades of Celery #BFC945

Tints of Celery #BFC945

Color information

#BFC945 (or 0xBFC945) is unknown color: approx Celery. HEX triplet: BF, C9 and 45. RGB value is (191,201,69). Sum of RGB (Red+Green+Blue) = 191+201+69=461 (61% of max value = 765). Red value is 191 (75% from 255 or 41.43% from 461); Green value is 201 (78.91% from 255 or 43.60% from 461); Blue value is 69 (27.34% from 255 or 14.97% from 461); Max value from RGB is 201 - color contains mainly: green. Hex color #BFC945 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC945 is #4036BA. Grayscale: #B7B7B7. Windows color (decimal): -4208315 or 4573631. OLE color: 4573631.

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

Color convert

RGB19120169-
CMYK0.0500.660.21
HSL64.55º55%52.94%-
HSV(B)64.55º65.67%78.82%-
XYZ43.4553.2813.62-
YUV182.9663.69133.73-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.43%
GREEN value IS 201 (78.91% from 255) = 43.60%
BLUE value IS 69 (27.34% from 255) = 14.97%
R=41.43%
G=43.60%
B=14.97%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal191201690.0500.660.2164.555552.94
HexBFC945504215413735
Octal27731110550102251016765
Binary1011111111001001100010110101000010101011000001110111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC945; }

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

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

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

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

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

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

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

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