#BFC054

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

Shades of Celery #BFC054

Tints of Celery #BFC054

Color information

#BFC054 (or 0xBFC054) is unknown color: approx Celery. HEX triplet: BF, C0 and 54. RGB value is (191,192,84). Sum of RGB (Red+Green+Blue) = 191+192+84=467 (61% of max value = 765). Red value is 191 (75% from 255 or 40.90% from 467); Green value is 192 (75.39% from 255 or 41.11% from 467); Blue value is 84 (33.20% from 255 or 17.99% from 467); Max value from RGB is 192 - color contains mainly: green. Hex color #BFC054 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC054 is #403FAB. Grayscale: #B3B3B3. Windows color (decimal): -4210604 or 5554367. OLE color: 5554367.

HSL color Cylindrical-coordinate representation of color #BFC054: hue angle of 60.56º degrees, saturation: 0.46, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #BFC054 is Cyan = 0.01, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.25.

Color convert

RGB19119284-
CMYK0.0100.560.25
HSL60.56º46.15%54.12%-
HSV(B)60.56º56.25%75.29%-
XYZ41.9449.4215.72-
YUV179.3974.17136.28-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.90%
GREEN value IS 192 (75.39% from 255) = 41.11%
BLUE value IS 84 (33.20% from 255) = 17.99%
R=40.90%
G=41.11%
B=17.99%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal191192840.0100.560.2560.5646.1554.12
HexBFC0541038193d2e36
Octal277300124107031755666
Binary101111111100000010101001011100011001111101101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC054

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC054; }

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

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

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

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

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

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

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

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