#BFC840

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

Shades of Celery #BFC840

Tints of Celery #BFC840

Color information

#BFC840 (or 0xBFC840) is unknown color: approx Celery. HEX triplet: BF, C8 and 40. RGB value is (191,200,64). Sum of RGB (Red+Green+Blue) = 191+200+64=455 (60% of max value = 765). Red value is 191 (75% from 255 or 41.98% from 455); Green value is 200 (78.52% from 255 or 43.96% from 455); Blue value is 64 (25.39% from 255 or 14.07% from 455); Max value from RGB is 200 - color contains mainly: green. Hex color #BFC840 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC840 is #4037BF. Grayscale: #B6B6B6. Windows color (decimal): -4208576 or 4245695. OLE color: 4245695.

HSL color Cylindrical-coordinate representation of color #BFC840: hue angle of 63.97º degrees, saturation: 0.55, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #BFC840 is Cyan = 0.04, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.22.

Color convert

RGB19120064-
CMYK0.0400.680.22
HSL63.97º55.28%51.76%-
HSV(B)63.97º68%78.43%-
XYZ43.0752.7612.76-
YUV181.861.52134.56-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.98%
GREEN value IS 200 (78.52% from 255) = 43.96%
BLUE value IS 64 (25.39% from 255) = 14.07%
R=41.98%
G=43.96%
B=14.07%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.68
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191200640.0400.680.2263.9755.2851.76
HexBFC840404416403734
Octal27731010040104261006764
Binary1011111111001000100000010001000100101101000000110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC840; }

 p { color: rgb(191,200,64); }

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

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

 a { background-color: rgb(191,200,64); }

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

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

 span { border-color: rgb(191,200,64); }

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