#BFC155

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

Shades of Celery #BFC155

Tints of Celery #BFC155

Color information

#BFC155 (or 0xBFC155) is unknown color: approx Celery. HEX triplet: BF, C1 and 55. RGB value is (191,193,85). Sum of RGB (Red+Green+Blue) = 191+193+85=469 (62% of max value = 765). Red value is 191 (75% from 255 or 40.72% from 469); Green value is 193 (75.78% from 255 or 41.15% from 469); Blue value is 85 (33.59% from 255 or 18.12% from 469); Max value from RGB is 193 - color contains mainly: green. Hex color #BFC155 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #BFC155 is #403EAA. Grayscale: #B4B4B4. Windows color (decimal): -4210347 or 5620159. OLE color: 5620159.

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

Color convert

RGB19119385-
CMYK0.0100.560.24
HSL61.11º46.55%54.51%-
HSV(B)61.11º55.96%75.69%-
XYZ42.249.8716-
YUV180.0974.34135.78-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 40.72%
GREEN value IS 193 (75.78% from 255) = 41.15%
BLUE value IS 85 (33.59% from 255) = 18.12%
R=40.72%
G=41.15%
B=18.12%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal191193850.0100.560.2461.1146.5554.51
HexBFC1551038183d2f37
Octal277301125107030755767
Binary101111111100000110101011011100011000111101101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC155; }

 p { color: rgb(191,193,85); }

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

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

 a { background-color: rgb(191,193,85); }

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

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

 span { border-color: rgb(191,193,85); }

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