#BFC646

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

Shades of Celery #BFC646

Tints of Celery #BFC646

Color information

#BFC646 (or 0xBFC646) is unknown color: approx Celery. HEX triplet: BF, C6 and 46. RGB value is (191,198,70). Sum of RGB (Red+Green+Blue) = 191+198+70=459 (60% of max value = 765). Red value is 191 (75% from 255 or 41.61% from 459); Green value is 198 (77.73% from 255 or 43.14% from 459); Blue value is 70 (27.73% from 255 or 15.25% from 459); Max value from RGB is 198 - color contains mainly: green. Hex color #BFC646 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #BFC646 is #4039B9. Grayscale: #B5B5B5. Windows color (decimal): -4209082 or 4638399. OLE color: 4638399.

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

Color convert

RGB19119870-
CMYK0.0400.650.22
HSL63.28º52.89%52.55%-
HSV(B)63.28º64.65%77.65%-
XYZ42.7951.9113.56-
YUV181.3165.18134.91-

RGB Variations

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

RGB

RED value IS 191 (75% from 255) = 41.61%
GREEN value IS 198 (77.73% from 255) = 43.14%
BLUE value IS 70 (27.73% from 255) = 15.25%
R=41.61%
G=43.14%
B=15.25%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal191198700.0400.650.2263.2852.8952.55
HexBFC6464041163f3535
Octal2773061064010126776565
Binary101111111100011010001101000100000110110111111110101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BFC646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BFC646; }

 p { color: rgb(191,198,70); }

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

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

 a { background-color: rgb(191,198,70); }

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

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

 span { border-color: rgb(191,198,70); }

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