#BFC254

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

Shades of Celery #BFC254

Tints of Celery #BFC254

Color information

#BFC254 (or 0xBFC254) is unknown color: approx Celery. HEX triplet: BF, C2 and 54. RGB value is (191,194,84). Sum of RGB (Red+Green+Blue) = 191+194+84=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 194 (76.17% from 255 or 41.36% from 469); Blue value is 84 (33.20% from 255 or 17.91% from 469); Max value from RGB is 194 - color contains mainly: green. Hex color #BFC254 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC254 is #403DAB. Grayscale: #B5B5B5. Windows color (decimal): -4210092 or 5554879. OLE color: 5554879.

HSL color Cylindrical-coordinate representation of color #BFC254: hue angle of 61.64º degrees, saturation: 0.47, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #BFC254 is Cyan = 0.02, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.24.

Color convert

RGB19119484-
CMYK0.0200.570.24
HSL61.64º47.41%54.51%-
HSV(B)61.64º56.7%76.08%-
XYZ42.3850.315.86-
YUV180.5673.51135.44-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 194 (76.17% from 255) = 41.36%
BLUE value IS 84 (33.20% from 255) = 17.91%
R=40.72%
G=41.36%
B=17.91%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191194840.0200.570.2461.6447.4154.51
HexBFC2542039183e2f37
Octal277302124207130765767
Binary1011111111000010101010010011100111000111110101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC254; }

 p { color: rgb(191,194,84); }

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

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

 a { background-color: rgb(191,194,84); }

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

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

 span { border-color: rgb(191,194,84); }

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